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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.