This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.30 Reference Guide

OVR::Bounds3 Class Reference

Data Fields

Vector3< T >
b ( )

Public Member Functions

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

Field Documentation

Vector3<T> OVR::Bounds3< T >::b[2] ( )

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 ( )
The documentation for this class was generated from the following file: Include/Extras/OVR_Math.h