Package georegression.helper
Class KdTreePoint2D_F32
java.lang.Object
georegression.helper.KdTreePoint2D_F32
- All Implemented Interfaces:
KdTreeDistance<Point2D_F32>
@Generated("georegression.helper.KdTreePoint2D_F64")
public class KdTreePoint2D_F32
extends Object
implements KdTreeDistance<Point2D_F32>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledistance(Point2D_F32 a, Point2D_F32 b) intlength()doublevalueAt(Point2D_F32 point, int index)
-
Constructor Details
-
KdTreePoint2D_F32
public KdTreePoint2D_F32()
-
-
Method Details
-
distance
- Specified by:
distancein interfaceKdTreeDistance<Point2D_F32>
-
valueAt
- Specified by:
valueAtin interfaceKdTreeDistance<Point2D_F32>
-
length
public int length()- Specified by:
lengthin interfaceKdTreeDistance<Point2D_F32>
-