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