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

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).