Libovr 1.17 Reference Guide

OVR::Plane Class Reference

Data Fields

Vector3< T >
N ( )
T
D ( )

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 )
Plane< T >
Flipped ( )
void
Flip ( )
bool
operator== ( const Plane< T > & rhs )

Field Documentation

Vector3<T> OVR::Plane< T >::N ( )
T OVR::Plane< T >::D ( )

Member Function Documentation

OVR::Plane< T >::Plane ( )
OVR::Plane< T >::Plane ( const Vector3< T > & n, T d )
OVR::Plane< T >::Plane ( T x, T y, T z, T d )
OVR::Plane< T >::Plane ( const Vector3< T > & p, const Vector3< T > & n )
T OVR::Plane< T >::TestSide ( const Vector3< T > & p )
Plane<T> OVR::Plane< T >::Flipped ( )
void OVR::Plane< T >::Flip ( )
bool OVR::Plane< T >::operator== ( const Plane< T > & rhs )
The documentation for this class was generated from the following file: Include/Extras/OVR_Math.h