#include <Point.h>
Public Member Functions | |
Point (float x, float y) | |
Public Attributes | |
float | x |
float | y |
The Point structure.
BoardLib::Point::Point | ( | float | x, | |
float | y | |||
) | [inline] |
float BoardLib::Point::x |
The point's first coordinate
float BoardLib::Point::y |
The point's second coordinate