![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for internal_angles.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 DerivedF , typename DerivedK > | |
| IGL_INLINE void | igl::internal_angles (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedK > &K) |
| template<typename DerivedL , typename DerivedK > | |
| IGL_INLINE void | igl::internal_angles_using_squared_edge_lengths (const Eigen::MatrixBase< DerivedL > &L_sq, Eigen::PlainObjectBase< DerivedK > &K) |
| template<typename DerivedL , typename DerivedK > | |
| IGL_INLINE void | igl::internal_angles_using_edge_lengths (const Eigen::MatrixBase< DerivedL > &L, Eigen::PlainObjectBase< DerivedK > &K) |