#include <Mathematics/GteDCPQuery.h>
#include <Mathematics/GteLine.h>
#include <Mathematics/GteRay.h>
Go to the source code of this file.
Classes | |
class | gte::DCPQuery< Real, Line< N, Real >, Ray< N, Real > > |
struct | gte::DCPQuery< Real, Line< N, Real >, Ray< N, Real > >::Result |
Namespaces | |
gte | |
Typedefs | |
template<typename Real > | |
using | gte::DCPLine2Ray2 = DCPLineRay< 2, Real > |
template<typename Real > | |
using | gte::DCPLine3Ray3 = DCPLineRay< 3, Real > |
template<int N, typename Real > | |
using | gte::DCPLineRay = DCPQuery< Real, Line< N, Real >, Ray< N, Real >> |