|
Bike-X
0.8
|
#include "OVR_Math.h"


Public Types | |
| typedef CompatibleTypes< Rect < T > >::Type | CompatibleType |
Public Member Functions | |
| Rect () | |
| Rect (T x1, T y1, T w1, T h1) | |
| Rect (const Vector2< T > &pos, const Size< T > &sz) | |
| Rect (const Size< T > &sz) | |
| Rect (const CompatibleType &s) | |
| operator const CompatibleType & () const | |
| Vector2< T > | GetPos () const |
| Size< T > | GetSize () const |
| void | SetPos (const Vector2< T > &pos) |
| void | SetSize (const Size< T > &sz) |
| bool | operator== (const Rect &vp) const |
| bool | operator!= (const Rect &vp) const |
Data Fields | |
| T | x |
| T | y |
| T | w |
| T | h |
Definition at line 123 of file OVR_Math.h.
| typedef CompatibleTypes<Rect<T> >::Type OVR::Rect< T >::CompatibleType |
Definition at line 660 of file OVR_Math.h.
Definition at line 654 of file OVR_Math.h.
Definition at line 655 of file OVR_Math.h.
Definition at line 656 of file OVR_Math.h.
Definition at line 657 of file OVR_Math.h.
|
inline |
Definition at line 662 of file OVR_Math.h.
Definition at line 670 of file OVR_Math.h.
Definition at line 671 of file OVR_Math.h.
|
inline |
Definition at line 664 of file OVR_Math.h.
Definition at line 677 of file OVR_Math.h.
Definition at line 675 of file OVR_Math.h.
Definition at line 672 of file OVR_Math.h.
Definition at line 673 of file OVR_Math.h.
| T OVR::Rect< T >::h |
Definition at line 652 of file OVR_Math.h.
| T OVR::Rect< T >::w |
Definition at line 652 of file OVR_Math.h.
| T OVR::Rect< T >::x |
Definition at line 651 of file OVR_Math.h.
| T OVR::Rect< T >::y |
Definition at line 651 of file OVR_Math.h.