8#ifndef IGL_DIHEDRAL_ANGLES_H
9#define IGL_DIHEDRAL_ANGLES_H
24 typename Derivedtheta,
25 typename Derivedcos_theta>
27 const Eigen::MatrixBase<DerivedV>& V,
28 const Eigen::MatrixBase<DerivedT>& T,
29 Eigen::PlainObjectBase<Derivedtheta>& theta,
30 Eigen::PlainObjectBase<Derivedcos_theta>& cos_theta);
33#ifndef IGL_STATIC_LIBRARY
34# include "dihedral_angles.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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).