#include <Mathematics/GteVector.h>
#include <Mathematics/GteDCPQuery.h>
#include <Mathematics/GteFunctions.h>
#include <Mathematics/GteHyperellipsoid.h>
Go to the source code of this file.
Classes | |
class | gte::DCPQuery< Real, Vector< N, Real >, Hyperellipsoid< N, Real > > |
struct | gte::DCPQuery< Real, Vector< N, Real >, Hyperellipsoid< N, Real > >::Result |
Namespaces | |
gte | |
Typedefs | |
template<typename Real > | |
using | gte::DCPPoint2Ellipse2 = DCPPointHyperellipsoid< 2, Real > |
template<typename Real > | |
using | gte::DCPPoint3Ellipsoid3 = DCPPointHyperellipsoid< 3, Real > |
template<int N, typename Real > | |
using | gte::DCPPointHyperellipsoid = DCPQuery< Real, Vector< N, Real >, Hyperellipsoid< N, Real >> |