#include <Mathematics/GteDCPQuery.h>
#include <Mathematics/GteRay.h>
#include <Mathematics/GteSegment.h>
Go to the source code of this file.
Classes | |
class | gte::DCPQuery< Real, Ray< N, Real >, Segment< N, Real > > |
struct | gte::DCPQuery< Real, Ray< N, Real >, Segment< N, Real > >::Result |
Namespaces | |
gte | |
Typedefs | |
template<typename Real > | |
using | gte::DCPRay2Segment2 = DCPRaySegment< 2, Real > |
template<typename Real > | |
using | gte::DCPRay3Segment3 = DCPRaySegment< 3, Real > |
template<int N, typename Real > | |
using | gte::DCPRaySegment = DCPQuery< Real, Ray< N, Real >, Segment< N, Real >> |