Bike-X
0.8
|
#include "OVR_Math.h"
Public Member Functions | |
Plane () | |
Plane (const Vector3< T > &n, T d) | |
Plane (T x, T y, T z, T d) | |
Plane (const Vector3< T > &p, const Vector3< T > &n) | |
T | TestSide (const Vector3< T > &p) const |
Plane< T > | Flipped () const |
void | Flip () |
bool | operator== (const Plane< T > &rhs) const |
Public Member Functions inherited from OVR::RefCountBase< Plane< T > > | |
OVR_FORCE_INLINE | RefCountBase () |
Public Member Functions inherited from OVR::RefCountBaseStatImpl< RefCountImpl > | |
RefCountBaseStatImpl () | |
Public Member Functions inherited from OVR::RefCountImpl | |
void | AddRef () |
void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Data Fields | |
Vector3< T > | N |
T | D |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Definition at line 2484 of file OVR_Math.h.
|
inline |
Definition at line 2490 of file OVR_Math.h.
|
inline |
Definition at line 2493 of file OVR_Math.h.
|
inline |
Definition at line 2494 of file OVR_Math.h.
|
inline |
Definition at line 2497 of file OVR_Math.h.
|
inline |
Definition at line 2510 of file OVR_Math.h.
|
inline |
Definition at line 2505 of file OVR_Math.h.
|
inline |
Definition at line 2516 of file OVR_Math.h.
|
inline |
Definition at line 2500 of file OVR_Math.h.
T OVR::Plane< T >::D |
Definition at line 2488 of file OVR_Math.h.
Vector3<T> OVR::Plane< T >::N |
Definition at line 2487 of file OVR_Math.h.