|
jade-engine
0.0
|
Public Member Functions | |
| Box (const SDL_Rect &other) | |
| Box (const Vector2D< ValueType > &position, const Vector2D< ValueType > &size) | |
| Box (const int32_t x, const int32_t y, const int32_t w, const int32_t h) | |
| Box (const Box &other) | |
| Box (Box &&other) | |
| Box & | operator= (const Box &other) |
| Box & | operator= (Box &&other) |
| operator SDL_Rect () const | |
Public Attributes | |
| Vector2D< ValueType > | position |
| Vector2D< ValueType > | size |