Rect_t< T > Struct Template Reference
A 2D rectangle.
More...
#include <Math/MathCommon.h>
List of all members.
Public Attributes |
T | y |
T | h |
Detailed Description
template<class T>
struct Rect_t< T >
A 2D rectangle.
- Template Parameters:
-
| the | data type for the rectangle data. Usually float double or int . |
Member Data Documentation
The (w)idth and (h)eight of the rectangle.
The (x,y) position for the top left corner of the rectangle
The documentation for this struct was generated from the following file: