#include <point.h>
Public Member Functions | |
| bool | contains (const Point &p) const |
Public Attributes | |
| unsigned short | x |
| x coordinate | |
| unsigned short | y |
| y coordinate | |
| unsigned short | w |
| width | |
| unsigned short | h |
| height | |
Usually represents a pixel-based zone on a map.
Definition at line 67 of file point.h.
1.5.5