Member Function Documentation
OVR::Bounds3< T >::Bounds3 ( )
OVR::Bounds3< T >::Bounds3 ( const Vector3< T > & mins, const Vector3< T > & maxs ) void OVR::Bounds3< T >::Clear ( )
void OVR::Bounds3< T >::AddPoint ( const Vector3< T > & v ) bool OVR::Bounds3< T >::Excludes ( const Vector3< T > & v ) bool OVR::Bounds3< T >::ExcludesXZ ( const Vector3< T > & v ) bool OVR::Bounds3< T >::Excludes ( const Bounds3< T > & bounds ) const Vector3<T>& OVR::Bounds3< T >::GetMins ( )
const Vector3<T>& OVR::Bounds3< T >::GetMaxs ( )
Vector3<T>& OVR::Bounds3< T >::GetMins ( )
Vector3<T>& OVR::Bounds3< T >::GetMaxs ( )