Class PointIndex3D_F32


@Generated("boofcv.struct.geo.PointIndex3D_F64") public class PointIndex3D_F32 extends PointIndex<PointIndex3D_F32,Point3D_F32>
A 3D point with an index associated with it
  • Constructor Details

    • PointIndex3D_F32

      public PointIndex3D_F32(float x, float y, float z, int index)
    • PointIndex3D_F32

      public PointIndex3D_F32(float x, float y, float z)
    • PointIndex3D_F32

      public PointIndex3D_F32()
    • PointIndex3D_F32

      public PointIndex3D_F32(Point3D_F32 p, int index)
  • Method Details