Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
point_simplex_squared_distance.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "point_simplex_squared_distance.cpp"
+ Include dependency graph for point_simplex_squared_distance.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<int DIM, typename Derivedp , typename DerivedV , typename DerivedEle , typename Derivedsqr_d , typename Derivedc >
IGL_INLINE void igl::point_simplex_squared_distance (const Eigen::MatrixBase< Derivedp > &p, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedEle > &Ele, const typename DerivedEle::Index i, Derivedsqr_d &sqr_d, Eigen::MatrixBase< Derivedc > &c)
 
template<int DIM, typename Derivedp , typename DerivedV , typename DerivedEle , typename Derivedsqr_d , typename Derivedc , typename Derivedb >
IGL_INLINE void igl::point_simplex_squared_distance (const Eigen::MatrixBase< Derivedp > &p, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedEle > &Ele, const typename DerivedEle::Index i, Derivedsqr_d &sqr_d, Eigen::MatrixBase< Derivedc > &c, Eigen::PlainObjectBase< Derivedb > &b)