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
Constructors Constructor Description PointIndex2D_F32()
PointIndex2D_F32(float x, float y)
PointIndex2D_F32(float x, float y, int index)
PointIndex2D_F32(Point2D_F32 p, int index)
-
Method Summary
Modifier and Type Method Description PointIndex2D_F32
copy()
void
setTo(float x, float y, int index)
String
toString()
Methods inherited from class boofcv.struct.geo.PointIndex
setTo, setTo
-
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
public void setTo(float x, float y, int index) -
copy
- Specified by:
copy
in classPointIndex<PointIndex2D_F32,Point2D_F32>
-
toString
-