#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "parallel_transport_angles.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedF , typename DerivedK >  | 
| void  | igl::parallel_transport_angles (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedV > &FN, const Eigen::MatrixXi &E2F, const Eigen::MatrixXi &F2E, Eigen::PlainObjectBase< DerivedK > &K) | 
|   | Given the per-face local bases computed via igl::local_basis, this function computes the angle between the two reference frames across each edge.  
  | 
|   |