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