|
X-Boost
2.3.8
|
a rectangle structure More...
#include <Types.h>
Public Member Functions | |
| rect (int _x0, int _y0, int _x1, int _y1) | |
| int | width () const |
| int | height () const |
| size | extension () const |
| bool | operator== (const rect &r) const |
Public Attributes | |
| int | x0 |
| int | y0 |
| int | x1 |
| int | y1 |
a rectangle structure
1.8.7