Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
barycentric_coordinates.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "barycentric_coordinates.cpp"
+ Include dependency graph for barycentric_coordinates.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<typename DerivedP , typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedD , typename DerivedL >
IGL_INLINE void igl::barycentric_coordinates (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedC > &C, const Eigen::MatrixBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedL > &L)
 
template<typename DerivedP , typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedL >
IGL_INLINE void igl::barycentric_coordinates (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedL > &L)