Basic 2D rectangle. More...
#include <Common.h>
Public Member Functions | |
| Recti () | |
| Recti (int x, int y, int w, int h) | |
Public Attributes | |
| int | x |
| int | y |
| int | x2 |
| int | y2 |
| int | w |
| int | h |
Basic 2D rectangle.
| Recti::Recti | ( | ) | [inline] |
| Recti::Recti | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) | [inline] |
| int Recti::h |
| int Recti::w |
| int Recti::x |
| int Recti::x2 |
| int Recti::y |
| int Recti::y2 |
1.7.1