Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
dihedral_angles.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "dihedral_angles.cpp"
+ Include dependency graph for dihedral_angles.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedT , typename Derivedtheta , typename Derivedcos_theta >
IGL_INLINE void igl::dihedral_angles (Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedT > &T, Eigen::PlainObjectBase< Derivedtheta > &theta, Eigen::PlainObjectBase< Derivedcos_theta > &cos_theta)
 
template<typename DerivedL , typename DerivedA , typename Derivedtheta , typename Derivedcos_theta >
IGL_INLINE void igl::dihedral_angles_intrinsic (Eigen::PlainObjectBase< DerivedL > &L, Eigen::PlainObjectBase< DerivedA > &A, Eigen::PlainObjectBase< Derivedtheta > &theta, Eigen::PlainObjectBase< Derivedcos_theta > &cos_theta)