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