Package boofcv.struct
Class Point3dRgbI_F64
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_F64<T>
georegression.struct.GeoTuple3D_F64<Point3D_F64>
georegression.struct.point.Point3D_F64
boofcv.struct.Point3dRgbI_F64
- All Implemented Interfaces:
Serializable
public class Point3dRgbI_F64 extends Point3D_F64
3D point with RGB stored in a compressed int format
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
rgb
Fields inherited from class georegression.struct.GeoTuple3D_F64
x, y, z
-
Constructor Summary
Constructors Constructor Description Point3dRgbI_F64()
Point3dRgbI_F64(double x, double y, double z, int rgb)
Point3dRgbI_F64(Point3D_F64 p, int rgb)
-
Method Summary
Modifier and Type Method Description int
getRgb()
void
setRgb(int rgb)
void
setTo(double x, double y, double z, int rgb)
void
setTo(Point3D_F64 p, int rgb)
Methods inherited from class georegression.struct.point.Point3D_F64
copy, createNewInstance, setTo, toString, toVector
Methods inherited from class georegression.struct.GeoTuple3D_F64
_setTo, distance, distance, distance2, distance2, divideIP, equals, getDimension, getIdx, getX, getY, getZ, hashCode, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plusIP, print, scale, setIdx, setTo, setX, setY, setZ, times, timesIP, toString
-
Field Details
-
rgb
public int rgb
-
-
Constructor Details
-
Point3dRgbI_F64
-
Point3dRgbI_F64
public Point3dRgbI_F64(double x, double y, double z, int rgb) -
Point3dRgbI_F64
public Point3dRgbI_F64()
-
-
Method Details
-
setTo
-
setTo
public void setTo(double x, double y, double z, int rgb) -
getRgb
public int getRgb() -
setRgb
public void setRgb(int rgb)
-