libigl v2.5.0
Loading...
Searching...
No Matches
dihedral_angles_intrinsic.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "dihedral_angles_intrinsic.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

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.