|
ug4
|
#include "common/math/misc/shapes.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class TElem , class TAAPos > | |
| AABox< typename TAAPos::ValueType > | ug::CalculateBoundingBox (TElem *e, TAAPos aaPos) |
| calculates the smallest axis aligned box that contains the given element | |
| template<class TAAPos > | |
| AABox< typename TAAPos::ValueType > | ug::CalculateBoundingBox (Vertex *e, TAAPos aaPos) |
| calculates the smallest axis aligned box that contains the given vertex | |