Free Electron
Static Public Member Functions | List of all members
fe::ext::RayDiskIntersect< T > Class Template Reference

Find intersection between ray and circular solid. More...

#include <RayDiskIntersect.h>

Inheritance diagram for fe::ext::RayDiskIntersect< T >:
Inheritance graph
[legend]

Static Public Member Functions

static T solve (const Vector< 3, T > &center, const Vector< 3, T > &facing, const T radius, const Vector< 3, T > &origin, const Vector< 3, T > &direction, Vector< 3, T > &intersection)
 
static void resolveContact (const Vector< 3, T > &center, const Vector< 3, T > &facing, const T radius, const Vector< 3, T > &origin, const Vector< 3, T > &direction, const T range, const Vector< 3, T > &intersection, Vector< 3, T > &normal)
 

Detailed Description

template<typename T>
class fe::ext::RayDiskIntersect< T >

Find intersection between ray and circular solid.


The documentation for this class was generated from the following file: