|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename DerivedV, typename DerivedT, typename Derivedtheta, typename Derivedcos_theta> | |
| void | igl::dihedral_angles (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< Derivedtheta > &theta, Eigen::PlainObjectBase< Derivedcos_theta > &cos_theta) |
| Compute dihedral angles for all tets of a given tet mesh (V,T). | |