8#ifndef IGL_DIHEDRAL_ANGLES_INTRINSIC_H
9#define IGL_DIHEDRAL_ANGLES_INTRINSIC_H
23 typename Derivedtheta,
24 typename Derivedcos_theta>
26 const Eigen::MatrixBase<DerivedL>& L,
27 const Eigen::MatrixBase<DerivedA>& A,
28 Eigen::PlainObjectBase<Derivedtheta>& theta,
29 Eigen::PlainObjectBase<Derivedcos_theta>& cos_theta);
32#ifndef IGL_STATIC_LIBRARY
33# include "dihedral_angles_intrinsic.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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.