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