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