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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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