#include "igl_inline.h"
#include <Eigen/Core>
#include "dihedral_angles_intrinsic.cpp"
Go to the source code of this file.
|
| template<typename DerivedL, typename DerivedA, typename Derivedtheta, typename Derivedcos_theta> |
| void | igl::dihedral_angles_intrinsic (const Eigen::MatrixBase< DerivedL > &L, const Eigen::MatrixBase< DerivedA > &A, Eigen::PlainObjectBase< Derivedtheta > &theta, Eigen::PlainObjectBase< Derivedcos_theta > &cos_theta) |
| | Compute dihedral angles for all tets of a given tet mesh's intrinsics.
|