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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.