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

Find intersection between ray and plane. More...

#include <RayPlaneIntersect.h>

Inheritance diagram for fe::ext::RayPlaneIntersect< 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)
 
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, Vector< 3, T > &intersection, Vector< 3, T > &normal)
 
- Static Public Member Functions inherited from fe::ext::RayDiskIntersect< T >
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::RayPlaneIntersect< T >

Find intersection between ray and plane.


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