Rect_t< T > Struct Template Reference

A 2D rectangle. More...

#include <Math/MathCommon.h>

List of all members.

Public Attributes

y
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

template<class T>
T Rect_t< T >::h

The (w)idth and (h)eight of the rectangle.

template<class T>
T Rect_t< T >::y

The (x,y) position for the top left corner of the rectangle


The documentation for this struct was generated from the following file:
Generated on Mon Apr 5 19:08:06 2010 for BrickOut |ReDuX| by  doxygen 1.6.3