Package boofcv.gui.d3

Class ColorPoint3D

  • All Implemented Interfaces:
    java.io.Serializable

    public class ColorPoint3D
    extends georegression.struct.point.Point3D_F64
    3D point with a color associated with it
    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
      ColorPoint3D()  
    • Method Summary

      • Methods inherited from class georegression.struct.point.Point3D_F64

        copy, createNewInstance, set, toString, toVector
      • Methods inherited from class georegression.struct.GeoTuple3D_F64

        _set, distance, distance, distance2, divideIP, equals, getDimension, getIdx, getX, getY, getZ, hashCode, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plusIP, print, scale, set, setIdx, setX, setY, setZ, times, timesIP, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • rgb

        public int rgb
    • Constructor Detail

      • ColorPoint3D

        public ColorPoint3D()