Public Member Functions | Public Attributes
OVR::Plane< T > Class Template Reference

#include <OVR_Math.h>

Inheritance diagram for OVR::Plane< T >:
Inheritance graph
[legend]

List of all members.

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)
TestSide (const Vector3< T > &p) const

Public Attributes

D
Vector3< T > N

Detailed Description

template<class T>
class OVR::Plane< T >

Definition at line 1107 of file OVR_Math.h.


Constructor & Destructor Documentation

template<class T>
OVR::Plane< T >::Plane ( ) [inline]

Definition at line 1113 of file OVR_Math.h.

template<class T>
OVR::Plane< T >::Plane ( const Vector3< T > &  n,
d 
) [inline]

Definition at line 1116 of file OVR_Math.h.

template<class T>
OVR::Plane< T >::Plane ( x,
y,
z,
d 
) [inline]

Definition at line 1117 of file OVR_Math.h.

template<class T>
OVR::Plane< T >::Plane ( const Vector3< T > &  p,
const Vector3< T > &  n 
) [inline]

Definition at line 1120 of file OVR_Math.h.


Member Function Documentation

template<class T>
void OVR::Plane< T >::Flip ( ) [inline]

Definition at line 1133 of file OVR_Math.h.

template<class T>
Plane<T> OVR::Plane< T >::Flipped ( ) const [inline]

Definition at line 1128 of file OVR_Math.h.

template<class T>
bool OVR::Plane< T >::operator== ( const Plane< T > &  rhs) const [inline]

Definition at line 1139 of file OVR_Math.h.

template<class T>
T OVR::Plane< T >::TestSide ( const Vector3< T > &  p) const [inline]

Definition at line 1123 of file OVR_Math.h.


Member Data Documentation

template<class T>
T OVR::Plane< T >::D

Definition at line 1111 of file OVR_Math.h.

template<class T>
Vector3<T> OVR::Plane< T >::N

Definition at line 1110 of file OVR_Math.h.


The documentation for this class was generated from the following file:


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:20