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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledistance(Point3D_F32 a, Point3D_F32 b) intlength()doublevalueAt(Point3D_F32 point, int index)
-
Constructor Details
-
KdTreePoint3D_F32
public KdTreePoint3D_F32()
-
-
Method Details
-
distance
- Specified by:
distancein interfaceKdTreeDistance<Point3D_F32>
-
valueAt
- Specified by:
valueAtin interfaceKdTreeDistance<Point3D_F32>
-
length
public int length()- Specified by:
lengthin interfaceKdTreeDistance<Point3D_F32>
-