#include <OVR_Math.h>
Public Member Functions | |
void | Flip () |
Plane< T > | Flipped () const |
bool | operator== (const Plane< T > &rhs) const |
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 |
Public Attributes | |
T | D |
Vector3< T > | N |
Definition at line 1107 of file OVR_Math.h.
OVR::Plane< T >::Plane | ( | ) | [inline] |
Definition at line 1113 of file OVR_Math.h.
OVR::Plane< T >::Plane | ( | const Vector3< T > & | n, |
T | d | ||
) | [inline] |
Definition at line 1116 of file OVR_Math.h.
OVR::Plane< T >::Plane | ( | T | x, |
T | y, | ||
T | z, | ||
T | d | ||
) | [inline] |
Definition at line 1117 of file OVR_Math.h.
OVR::Plane< T >::Plane | ( | const Vector3< T > & | p, |
const Vector3< T > & | n | ||
) | [inline] |
Definition at line 1120 of file OVR_Math.h.
void OVR::Plane< T >::Flip | ( | ) | [inline] |
Definition at line 1133 of file OVR_Math.h.
Plane<T> OVR::Plane< T >::Flipped | ( | ) | const [inline] |
Definition at line 1128 of file OVR_Math.h.
bool OVR::Plane< T >::operator== | ( | const Plane< T > & | rhs | ) | const [inline] |
Definition at line 1139 of file OVR_Math.h.
T OVR::Plane< T >::TestSide | ( | const Vector3< T > & | p | ) | const [inline] |
Definition at line 1123 of file OVR_Math.h.
T OVR::Plane< T >::D |
Definition at line 1111 of file OVR_Math.h.
Vector3<T> OVR::Plane< T >::N |
Definition at line 1110 of file OVR_Math.h.