#include <Rect.h>
Public Member Functions | |
Rect (float left=0.0f, float top=0.0f, float width=0.0f, float height=0.0f) | |
Public Attributes | |
float | left |
float | top |
float | width |
float | height |
The Rectangle structure.
BoardLib::Rect::Rect | ( | float | left = 0.0f , |
|
float | top = 0.0f , |
|||
float | width = 0.0f , |
|||
float | height = 0.0f | |||
) | [inline] |
float BoardLib::Rect::left |
Coordinate of the left side.
float BoardLib::Rect::top |
Coordinate of the upper side.
float BoardLib::Rect::width |
Width of the rectangle.
float BoardLib::Rect::height |
Height of the rectangle.