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