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

Find point nearest to a triangle. More...

#include <PointTriangleNearest.h>

Static Public Member Functions

static T solve (const Vector< 3, T > &vert0, const Vector< 3, T > &vert1, const Vector< 3, T > &vert2, const Vector< 3, T > &origin, Vector< 3, T > &direction, Vector< 3, T > &intersection, Barycenter< T > &barycenter)
 

Detailed Description

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

Find point nearest to a triangle.


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