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).
 
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)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.