|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.mdl.KdTreePoint
public class KdTreePoint
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 |
---|
public double[] pos
public java.lang.Object data
Constructor Detail |
---|
public KdTreePoint(double[] pos, java.lang.Object data)
pos
- the positionsdata
- the dataMethod Detail |
---|
public boolean matches(KdTreePoint point)
point
- point to match to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |