Class PointIndex4D_F32


@Generated("boofcv.struct.geo.PointIndex4D_F64") public class PointIndex4D_F32 extends PointIndex<PointIndex4D_F32,Point4D_F32>
A 4D point with an index associated with it
  • Constructor Details

    • PointIndex4D_F32

      public PointIndex4D_F32(float x, float y, float z, float w, int index)
    • PointIndex4D_F32

      public PointIndex4D_F32(float x, float y, float z, float w)
    • PointIndex4D_F32

      public PointIndex4D_F32()
    • PointIndex4D_F32

      public PointIndex4D_F32(Point4D_F32 p, int index)
  • Method Details