![]() |
Rune Engine
Version 0.2.7-alpha
Documentation for how to make games using the Rune Engine.
|
A rectangle that can be used for specifying a dimension. More...
#include <rect.h>
Public Member Functions | |
Rect () | |
Default empty constructor for a Rect. | |
Rect (T rectLeft, T rectTop, T rectWidth, T rectHeight) | |
Public Attributes | |
T | left |
Left most position of the rectangle. | |
T | top |
Top most position of the rectangle. | |
T | width |
Width of the rectangle. | |
T | height |
Height of the rectangle. | |
A rectangle that can be used for specifying a dimension.
|
inline |
Default constructor for a new Rect.
rectLeft | Left most position of the rectangle. |
rectTop | Top most position of the rectangle. |
rectWidth | Width of the rectangle. |
rectHeight | Height of the rectangle. |