MinVR
0.9.0
A multi-platform virtual reality library
|
Public Member Functions | |
Rect2D () | |
Rect2D (int width, int height, int xpos, int ypos) | |
~Rect2D () | |
int | width () |
int | height () |
int | x0 () |
int | y0 () |
int | x1 () |
int | y1 () |
Static Public Member Functions | |
static Rect2D | xywh (int x, int y, int width, int height) |
MinVR::Rect2D::Rect2D | ( | ) |
MinVR::Rect2D::Rect2D | ( | int | width, |
int | height, | ||
int | xpos, | ||
int | ypos | ||
) |
MinVR::Rect2D::~Rect2D | ( | ) |
int MinVR::Rect2D::height | ( | ) |
int MinVR::Rect2D::width | ( | ) |
int MinVR::Rect2D::x0 | ( | ) |
int MinVR::Rect2D::x1 | ( | ) |
|
static |
int MinVR::Rect2D::y0 | ( | ) |
int MinVR::Rect2D::y1 | ( | ) |