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