libosmscout
0.1
|
A Coordinate for a point in a ground tile path. More...
#include <GroundTile.h>
Public Member Functions | |
Coord ()=default | |
Coord (uint16_t x, uint16_t y, bool coast) | |
bool | operator== (const Coord &coord) const |
void | Set (uint16_t x, uint16_t y, bool coast) |
Public Attributes | |
bool | coast |
uint16_t | x |
uint16_t | y |
Static Public Attributes | |
static const uint16_t | CELL_MAX =32767 |
A Coordinate for a point in a ground tile path.
|
default |
|
inline |
|
inline |
|
inline |
|
static |
bool osmscout::GroundTile::Coord::coast |
Referenced by operator==().
uint16_t osmscout::GroundTile::Coord::x |
Referenced by operator==().
uint16_t osmscout::GroundTile::Coord::y |
Referenced by operator==().