Package georegression.helper
Class KdTreePoint2D_F64
java.lang.Object
georegression.helper.KdTreePoint2D_F64
- All Implemented Interfaces:
KdTreeDistance<Point2D_F64>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
distance
(Point2D_F64 a, Point2D_F64 b) int
length()
double
valueAt
(Point2D_F64 point, int index)
-
Constructor Details
-
KdTreePoint2D_F64
public KdTreePoint2D_F64()
-
-
Method Details
-
distance
- Specified by:
distance
in interfaceKdTreeDistance<Point2D_F64>
-
valueAt
- Specified by:
valueAt
in interfaceKdTreeDistance<Point2D_F64>
-
length
public int length()- Specified by:
length
in interfaceKdTreeDistance<Point2D_F64>
-