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
@Generated("boofcv.struct.Point3dRgbI_F64") public class Point3dRgbI_F32 extends Point3D_F32
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_F32
x, y, z
-
Constructor Summary
Constructors Constructor Description Point3dRgbI_F32()
Point3dRgbI_F32(float x, float y, float z, int rgb)
Point3dRgbI_F32(Point3D_F32 p, int rgb)
-
Method Summary
Modifier and Type Method Description int
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, plusIP, print, scale, setIdx, setTo, setX, setY, setZ, times, timesIP, toString
-
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)
-