#include <IntrMeshUtility.h>
|
static Real | project (type::Vec< 3, Real > &pt, const TTriangle< DataType > &tri) |
|
static SReal | triSegNearestPoints (const IntrTri &tri, const type::Vec< 3, Real > seg[2], type::Vec< 3, Real > &pt_on_tri, type::Vec< 3, Real > &pt_on_seg) |
|
static void | triFaceNearestPoints (const IntrTri &tri, const type::Vec< 3, Real > *face, int n, type::Vec< 3, Real > &pt_on_tri, type::Vec< 3, Real > &pt_on_face) |
|
◆ project()
template<class DataType >
Returns the squared distance between old pt and projected pt.
◆ triFaceNearestPoints()
template<class DataType >
◆ triSegNearestPoints()
template<typename DataType >