Rectangle container. More...
#include <Types/Rect.h>
Public Member Functions | |
Rect (const IVec2 &position, const USize2 &size) | |
Public Attributes | |
IVec2 | position |
USize2 | size |
Rectangle container.
Contain a rectangle based on x, y position and width, height
position | the position of the rectangle | |
size | the size of the rectangle |
Position of the rectange
Size of the rectangle