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