|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.mdl.KdTreePoint Facemorph.mdl.KdTreeEdgePoint
public class KdTreeEdgePoint
KdTreeEdgePoint
Field Summary |
---|
Fields inherited from class Facemorph.mdl.KdTreePoint |
---|
data, pos |
Constructor Summary | |
---|---|
KdTreeEdgePoint(double[] pos,
double fx,
double fy,
double fxx,
double fyy,
double fxy)
Contructs a KdTreeEdgePoint |
Method Summary | |
---|---|
boolean |
matches(KdTreePoint p)
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 |
Constructor Detail |
---|
public KdTreeEdgePoint(double[] pos, double fx, double fy, double fxx, double fyy, double fxy)
pos
- the positionsfx
- x-derivativefy
- y-derivativefxx
- xx-derivativefyy
- yy-derivativefxy
- xy-derivativeMethod Detail |
---|
public boolean matches(KdTreePoint p)
KdTreePoint
matches
in class KdTreePoint
p
- point to match to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |