GlobeEngine
ge::BoundingBox< DIM, TYPE > Class Template Reference

#include <BoundingBox.h>

Public Member Functions

 BoundingBox ()
 
 ~BoundingBox ()
 
void clear ()
 
void create (vmml::vector< DIM, TYPE > _minBound, vmml::vector< DIM, TYPE > _maxBound)
 
vmml::vector< DIM, TYPE > getMinBounds ()
 
vmml::vector< DIM, TYPE > getMaxBounds ()
 

Constructor & Destructor Documentation

template<int DIM, class TYPE >
ge::BoundingBox< DIM, TYPE >::BoundingBox ( )
inline
template<int DIM, class TYPE >
ge::BoundingBox< DIM, TYPE >::~BoundingBox ( )
inline

Member Function Documentation

template<int DIM, class TYPE >
void ge::BoundingBox< DIM, TYPE >::clear ( )
inline
template<int DIM, class TYPE >
void ge::BoundingBox< DIM, TYPE >::create ( vmml::vector< DIM, TYPE >  _minBound,
vmml::vector< DIM, TYPE >  _maxBound 
)
inline
template<int DIM, class TYPE >
vmml::vector< DIM, TYPE> ge::BoundingBox< DIM, TYPE >::getMaxBounds ( )
inline
template<int DIM, class TYPE >
vmml::vector< DIM, TYPE> ge::BoundingBox< DIM, TYPE >::getMinBounds ( )
inline

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