#include "igl_inline.h"
#include <Eigen/Core>
#include "dihedral_angles.cpp"
Go to the source code of this file.
|
| 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) |
| |