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