Facemorph.mdl
Class KdTreeEdgePoint

java.lang.Object
  extended by Facemorph.mdl.KdTreePoint
      extended by Facemorph.mdl.KdTreeEdgePoint

public class KdTreeEdgePoint
extends KdTreePoint

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

KdTreeEdgePoint

public KdTreeEdgePoint(double[] pos,
                       double fx,
                       double fy,
                       double fxx,
                       double fyy,
                       double fxy)
Contructs a KdTreeEdgePoint

Parameters:
pos - the positions
fx - x-derivative
fy - y-derivative
fxx - xx-derivative
fyy - yy-derivative
fxy - xy-derivative
Method Detail

matches

public boolean matches(KdTreePoint p)
Description copied from class: KdTreePoint
Check if it matches another KdTreePoint (currently returns true??)

Overrides:
matches in class KdTreePoint
Parameters:
p - point to match to
Returns:
return true