Package boofcv.struct
Class GridCoordinate
java.lang.Object
boofcv.struct.GridCoordinate
Coordinate in a 2D grid. I.e. row and column.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
row
public int row -
col
public int col
-
-
Constructor Details
-
GridCoordinate
public GridCoordinate(int row, int col) -
GridCoordinate
public GridCoordinate()
-
-
Method Details