OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreCommon.h>
Public Member Functions | |
TRect () | |
TRect (T const &l, T const &t, T const &r, T const &b) | |
TRect (TRect const &o) | |
T | height () const |
TRect | intersect (const TRect &rhs) const |
bool | isNull () const |
TRect & | merge (const TRect &rhs) |
TRect & | operator= (TRect const &o) |
void | setNull () |
T | width () const |
Public Attributes | |
T | bottom |
T | left |
T | right |
T | top |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Ogre::TRect< Real >::intersect(), and Ogre::TRect< Real >::merge().
|
inline |
|
inline |
|
inline |
T Ogre::TRect< T >::left |
T Ogre::TRect< T >::top |
Referenced by Ogre::TRect< Real >::intersect(), Ogre::TRect< Real >::merge(), and Ogre::TRect< Real >::operator=().
T Ogre::TRect< T >::right |
Referenced by Ogre::TRect< Real >::intersect(), Ogre::TRect< Real >::merge(), and Ogre::TRect< Real >::operator=().
T Ogre::TRect< T >::bottom |
Referenced by Ogre::TRect< Real >::intersect(), Ogre::TRect< Real >::merge(), and Ogre::TRect< Real >::operator=().