#include <Mathematics/GteApprGaussian2.h>
#include <Mathematics/GteHyperellipsoid.h>
#include <Mathematics/GteProjection.h>
Go to the source code of this file.
Namespaces | |
gte | |
Functions | |
template<typename Real > | |
bool | gte::GetContainer (int numPoints, Vector2< Real > const *points, Ellipse2< Real > &ellipse) |
template<typename Real > | |
bool | gte::InContainer (Vector2< Real > const &point, Ellipse2< Real > const &ellipse) |
template<typename Real > | |
bool | gte::MergeContainers (Ellipse2< Real > const &ellipse0, Ellipse2< Real > const &ellipse1, Ellipse2< Real > &merge) |