#include "igl_inline.h"
#include <Eigen/Core>
#include "line_field_mismatch.cpp"
Go to the source code of this file.
|
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.
|
|