Package boofcv.struct

Class 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:
  • Field Details

    • rgb

      public int rgb
  • Constructor Details

    • Point3dRgbI_F64

      public Point3dRgbI_F64(Point3D_F64 p, int rgb)
    • Point3dRgbI_F64

      public Point3dRgbI_F64(double x, double y, double z, int rgb)
    • Point3dRgbI_F64

      public Point3dRgbI_F64()
  • Method Details

    • setTo

      public void setTo(Point3D_F64 p, int rgb)
    • setTo

      public void setTo(double x, double y, double z, int rgb)
    • getRgb

      public int getRgb()
    • setRgb

      public void setRgb(int rgb)