Free Electron
|
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) |
Find point nearest to a triangle.