|
CBG
0.1
Compendium of board games
|
#include <Coordinate.h>
Public Member Functions | |
| Coordinate () | |
| Coordinate (int x, int y) | |
Public Attributes | |
| int | x |
| The X position. More... | |
| int | y |
| The Y position. More... | |
Encapsulates the idea of a location made up of an X point and a Y point.
| Coordinate::Coordinate | ( | ) |
Encapsulates the idea of a location made up of an X point and a Y point.
| Coordinate::Coordinate | ( | int | x, |
| int | y | ||
| ) |
| int Coordinate::x |
The X position.
| int Coordinate::y |
The Y position.