#include <Mathematics/GteApprGaussian3.h>
#include <Mathematics/GteMatrix3x3.h>
#include <Mathematics/GteRotation.h>
Go to the source code of this file.
Namespaces | |
gte | |
Functions | |
template<typename Real > | |
bool | gte::GetContainer (int numPoints, Vector3< Real > const *points, OrientedBox3< Real > &box) |
template<typename Real > | |
bool | gte::InContainer (Vector3< Real > const &point, OrientedBox3< Real > const &box) |
template<typename Real > | |
bool | gte::MergeContainers (OrientedBox3< Real > const &box0, OrientedBox3< Real > const &box1, OrientedBox3< Real > &merge) |