|
R-Type
2
Doom but in better
|
A structure representing coordinates in a 2D space. More...
#include <GameMessage.hpp>

Data Fields | |
| float | x |
| The X coordinate. | |
| float | y |
| The Y coordinate. | |
A structure representing coordinates in a 2D space.
The coord structure holds the x and y values that represent a position in a 2D plane.
Definition at line 34 of file GameMessage.hpp.
| float coord::x |
The X coordinate.
Definition at line 35 of file GameMessage.hpp.
| float coord::y |
The Y coordinate.
Definition at line 36 of file GameMessage.hpp.