#include <point.h>
Public Member Functions | |
Point (unsigned short X, unsigned short Y) | |
bool | inRangeOf (const Point &p, int radius) const |
Check whether the given point is within range of this point. | |
bool | operator== (const Point &other) const |
bool | operator!= (const Point &other) const |
Public Attributes | |
unsigned short | x |
x coordinate | |
unsigned short | y |
y coordinate |
Usually represents pixel coordinates on a map.
Definition at line 29 of file point.h.