Package boofcv.struct

Class PointIndex_I32

All Implemented Interfaces:
Serializable

public class PointIndex_I32 extends Point2D_I32
Combination of a point and an index in an array
See Also:
  • Field Details

    • index

      public int index
      Index of point in an array/list
  • Constructor Details

    • PointIndex_I32

      public PointIndex_I32()
    • PointIndex_I32

      public PointIndex_I32(int x, int y, int index)
  • Method Details