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