SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
vrender::AxisAlignedBox< T > Class Template Reference

#include <AxisAlignedBox.h>

Inheritance diagram for vrender::AxisAlignedBox< T >:

Public Member Functions

 AxisAlignedBox ()
 
 AxisAlignedBox (const T &v)
 
 AxisAlignedBox (const T &v, const T &w)
 
const T & mini () const
 
const T & maxi () const
 
void include (const T &v)
 
void include (const AxisAlignedBox< T > &b)
 

Constructor details

◆ AxisAlignedBox() [1/3]

template<class T >
vrender::AxisAlignedBox< T >::AxisAlignedBox

◆ AxisAlignedBox() [2/3]

template<class T >
vrender::AxisAlignedBox< T >::AxisAlignedBox ( const T &  v)

◆ AxisAlignedBox() [3/3]

template<class T >
vrender::AxisAlignedBox< T >::AxisAlignedBox ( const T &  v,
const T &  w 
)

Function details

◆ include() [1/2]

template<class T >
void vrender::AxisAlignedBox< T >::include ( const AxisAlignedBox< T > &  b)

◆ include() [2/2]

template<class T >
void vrender::AxisAlignedBox< T >::include ( const T &  v)

◆ maxi()

template<class T >
const T& vrender::AxisAlignedBox< T >::maxi ( ) const
inline

◆ mini()

template<class T >
const T& vrender::AxisAlignedBox< T >::mini ( ) const
inline