|
libigl v2.5.0
|
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::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< 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. | |