![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for face_areas.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 DerivedV , typename DerivedT , typename DerivedA > | |
| IGL_INLINE void | igl::face_areas (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedA > &A) |
| template<typename DerivedL , typename DerivedA > | |
| IGL_INLINE void | igl::face_areas (const Eigen::MatrixBase< DerivedL > &L, Eigen::PlainObjectBase< DerivedA > &A) |
| template<typename DerivedL , typename DerivedA > | |
| IGL_INLINE void | igl::face_areas (const Eigen::MatrixBase< DerivedL > &L, const typename DerivedL::Scalar doublearea_nan_replacement, Eigen::PlainObjectBase< DerivedA > &A) |