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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedM >
void igl::cross_field_mismatch (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedV > &PD1, const Eigen::MatrixBase< DerivedV > &PD2, const bool isCombed, Eigen::PlainObjectBase< DerivedM > &mismatch)
 Calculates the mismatch (integer), at each face edge, of a cross field defined on the mesh faces.