Facemorph.mdl
Class KdTreePoint

java.lang.Object
  extended by Facemorph.mdl.KdTreePoint
Direct Known Subclasses:
KdTreeEdgePoint

public class KdTreePoint
extends java.lang.Object

KdTreePoint


Field Summary
 java.lang.Object data
          The KdTreePoint data
 double[] pos
          The KdTreePoint position
 
Constructor Summary
KdTreePoint(double[] pos, java.lang.Object data)
          Construct a KdTreePoint
 
Method Summary
 boolean matches(KdTreePoint point)
          Check if it matches another KdTreePoint (currently returns true??)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

public double[] pos
The KdTreePoint position


data

public java.lang.Object data
The KdTreePoint data

Constructor Detail

KdTreePoint

public KdTreePoint(double[] pos,
                   java.lang.Object data)
Construct a KdTreePoint

Parameters:
pos - the positions
data - the data
Method Detail

matches

public boolean matches(KdTreePoint point)
Check if it matches another KdTreePoint (currently returns true??)

Parameters:
point - point to match to
Returns:
return true