Package georegression.helper
Class KdTreePoint3D_F64
java.lang.Object
georegression.helper.KdTreePoint3D_F64
- All Implemented Interfaces:
KdTreeDistance<Point3D_F64>
Computes the Euclidean distance squared of
Point3D_F64
for a KdTree
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
distance
(Point3D_F64 a, Point3D_F64 b) int
length()
double
valueAt
(Point3D_F64 point, int index)
-
Constructor Details
-
KdTreePoint3D_F64
public KdTreePoint3D_F64()
-
-
Method Details
-
distance
- Specified by:
distance
in interfaceKdTreeDistance<Point3D_F64>
-
valueAt
- Specified by:
valueAt
in interfaceKdTreeDistance<Point3D_F64>
-
length
public int length()- Specified by:
length
in interfaceKdTreeDistance<Point3D_F64>
-