Represents a position Grid2D Tile. More...
#include <Index.h>
Public Member Functions | |
Index () | |
Default constructor. More... | |
Index (int row, int colm) | |
Constructor. More... | |
Public Attributes | |
int | row |
Y coordinate of the tile. More... | |
int | colm |
X coordinate of the tile. More... | |
ime::Index::Index | ( | ) |
Default constructor.
Constructs Index with row = 0, and colm = 0
ime::Index::Index | ( | int | row, |
int | colm | ||
) |
Constructor.
row | Y coordinate of the tile |
colm | X coordinate of the tile |