#include <Point.h>
Public Member Functions | |
| Point (void) | |
| Constructor. | |
| Point (float x, float y) | |
| ~Point (void) | |
| Destructor. | |
Public Attributes | |
| float | m_x |
| X coordinate. | |
| float | m_y |
| Y coordinate. | |
| Point::Point | ( | float | x, | |
| float | y | |||
| ) |
Overloaded constructor
| x | x coordinate | |
| y | y coordinate |
1.5.9