Package boofcv.gui.d3
Class ColorPoint3D
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_F64<T>
georegression.struct.GeoTuple3D_F64<Point3D_F64>
georegression.struct.point.Point3D_F64
boofcv.gui.d3.ColorPoint3D
- All Implemented Interfaces:
Serializable
3D point with a color associated with it
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.GeoTuple3D_F64
x, y, z
-
Constructor Summary
-
Method Summary
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, plus, plusIP, plusIP, print, scale, setIdx, setTo, setTo, setX, setY, setZ, times, timesIP, toString, zero
Methods inherited from class georegression.struct.GeoTuple_F64
isInfinite
-
Field Details
-
rgb
public int rgb
-
-
Constructor Details
-
ColorPoint3D
public ColorPoint3D()
-