#include <xorrectangle.h>
Public Member Functions | |
Rectangle () | |
Rectangle (float _x, float _y, float _w, float _h) | |
Data Fields | |
float | x |
float | y |
float | w |
float | h |
Definition at line 28 of file xorrectangle.h.
Rectangle::Rectangle | ( | ) | [inline] |
Definition at line 31 of file xorrectangle.h.
Rectangle::Rectangle | ( | float | _x, | |
float | _y, | |||
float | _w, | |||
float | _h | |||
) | [inline] |
Definition at line 35 of file xorrectangle.h.
float Rectangle::h |
Definition at line 42 of file xorrectangle.h.
Referenced by XORRectangle::draw().
float Rectangle::w |
Definition at line 41 of file xorrectangle.h.
Referenced by XORRectangle::draw().
float Rectangle::x |
Definition at line 39 of file xorrectangle.h.
Referenced by XORRectangle::draw().
float Rectangle::y |
Definition at line 40 of file xorrectangle.h.
Referenced by XORRectangle::draw().