Package boofcv.struct.geo
Class PointIndex2D_F32
@Generated("boofcv.struct.geo.PointIndex2D_F64")
public class PointIndex2D_F32
extends PointIndex<PointIndex2D_F32,Point2D_F32>
A 2D point with an index associated with it
-
Field Summary
Fields inherited from class boofcv.struct.geo.PointIndex
index, p
-
Constructor Summary
ConstructorDescriptionPointIndex2D_F32
(float x, float y) PointIndex2D_F32
(float x, float y, int index) PointIndex2D_F32
(Point2D_F32 p, int index) -
Method Summary
Methods inherited from class boofcv.struct.geo.PointIndex
setTo, setTo, zero
-
Constructor Details
-
PointIndex2D_F32
public PointIndex2D_F32(float x, float y, int index) -
PointIndex2D_F32
public PointIndex2D_F32(float x, float y) -
PointIndex2D_F32
public PointIndex2D_F32() -
PointIndex2D_F32
-
-
Method Details
-
setTo
-
copy
- Specified by:
copy
in classPointIndex<PointIndex2D_F32,
Point2D_F32>
-
toString
-