Bike-X
0.8
|
#include "OVR_Math.h"
Public Types | |
typedef CompatibleTypes< Size < T > >::Type | CompatibleType |
Public Member Functions | |
Size () | |
Size (T w_, T h_) | |
Size (T s) | |
Size (const Size< typename Math< T >::OtherFloatType > &src) | |
Size (const CompatibleType &s) | |
operator const CompatibleType & () const | |
bool | operator== (const Size &b) const |
bool | operator!= (const Size &b) const |
Size | operator+ (const Size &b) const |
Size & | operator+= (const Size &b) |
Size | operator- (const Size &b) const |
Size & | operator-= (const Size &b) |
Size | operator- () const |
Size | operator* (const Size &b) const |
Size & | operator*= (const Size &b) |
Size | operator/ (const Size &b) const |
Size & | operator/= (const Size &b) |
Size | operator* (T s) const |
Size & | operator*= (T s) |
Size | operator/ (T s) const |
Size & | operator/= (T s) |
T | Area () const |
Vector2< T > | ToVector () const |
Static Public Member Functions | |
static Size | Min (const Size &a, const Size &b) |
static Size | Max (const Size &a, const Size &b) |
Data Fields | |
T | w |
T | h |
Definition at line 122 of file OVR_Math.h.
typedef CompatibleTypes<Size<T> >::Type OVR::Size< T >::CompatibleType |
Definition at line 595 of file OVR_Math.h.
Definition at line 588 of file OVR_Math.h.
Definition at line 589 of file OVR_Math.h.
Definition at line 590 of file OVR_Math.h.
|
inlineexplicit |
Definition at line 591 of file OVR_Math.h.
|
inline |
Definition at line 597 of file OVR_Math.h.
|
inline |
Definition at line 630 of file OVR_Math.h.
|
inlinestatic |
Definition at line 626 of file OVR_Math.h.
|
inlinestatic |
Definition at line 624 of file OVR_Math.h.
|
inline |
Definition at line 599 of file OVR_Math.h.
Definition at line 606 of file OVR_Math.h.
Definition at line 613 of file OVR_Math.h.
Definition at line 619 of file OVR_Math.h.
Definition at line 614 of file OVR_Math.h.
Definition at line 620 of file OVR_Math.h.
Definition at line 608 of file OVR_Math.h.
Definition at line 609 of file OVR_Math.h.
Definition at line 610 of file OVR_Math.h.
Definition at line 612 of file OVR_Math.h.
Definition at line 611 of file OVR_Math.h.
Definition at line 615 of file OVR_Math.h.
Definition at line 621 of file OVR_Math.h.
Definition at line 616 of file OVR_Math.h.
Definition at line 622 of file OVR_Math.h.
Definition at line 605 of file OVR_Math.h.
Definition at line 632 of file OVR_Math.h.
T OVR::Size< T >::h |
Definition at line 586 of file OVR_Math.h.
T OVR::Size< T >::w |
Definition at line 586 of file OVR_Math.h.