Package boofcv.struct

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

    • rgb

      public int rgb
  • Constructor Details

    • Point3dRgbI_F32

      public Point3dRgbI_F32(Point3D_F32 p, int rgb)
    • Point3dRgbI_F32

      public Point3dRgbI_F32(float x, float y, float z, int rgb)
    • Point3dRgbI_F32

      public Point3dRgbI_F32()
  • Method Details

    • setTo

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

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

      public int getRgb()
    • setRgb

      public void setRgb(int rgb)