|
MoSync 3.2.1
|
Describes location of a tile in the tile grid. More...
#include <MAP/MapTileCoordinate.h>
Public Member Functions | |
| MapTileCoordinate () | |
| MapTileCoordinate (int x, int y, int magnification) | |
| int | getX () const |
| int | getY () const |
| int | getMagnification () const |
Describes location of a tile in the tile grid.
| MAP::MapTileCoordinate::MapTileCoordinate | ( | ) | [inline] |
Creates a map tile coordinate.
| MAP::MapTileCoordinate::MapTileCoordinate | ( | int | x, |
| int | y, | ||
| int | magnification | ||
| ) | [inline] |
Creates a map tile coordinate.
| int MAP::MapTileCoordinate::getX | ( | ) | const [inline] |
Returns X coordinate of tile in grid.
| int MAP::MapTileCoordinate::getY | ( | ) | const [inline] |
| int MAP::MapTileCoordinate::getMagnification | ( | ) | const [inline] |