#include "igl_inline.h"
#include <Eigen/Core>
#include "comb_frame_field.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedP > |
void | igl::comb_frame_field (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedP > &PD1, const Eigen::MatrixBase< DerivedP > &PD2, const Eigen::MatrixBase< DerivedP > &BIS1_combed, const Eigen::MatrixBase< DerivedP > &BIS2_combed, Eigen::PlainObjectBase< DerivedP > &PD1_combed, Eigen::PlainObjectBase< DerivedP > &PD2_combed) |
| Computes principal matchings of the vectors of a frame field across face edges, and generates a combed frame field defined on the mesh faces.
|
|