#include <rectangle.h>
Public Methods | |
| Arectangle () | |
| Arectangle (Arectangle &r) | |
| Arectangle (int x, int y, int w, int h) | |
| Arectangle (int x, int y) | |
| void | intersect (Arectangle &r) |
| void | add (Arectangle &r) |
| void | add (int x, int y) |
| void | translat (int x, int y) |
| bool | contains (int x, int y) |
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001