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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedM , typename DerivedO >
void igl::cut_mesh_from_singularities (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedM > &MMatch, Eigen::PlainObjectBase< DerivedO > &seams)
 Given a mesh (V,F) and the integer mismatch of a cross field per edge (mismatch), finds the cut_graph connecting the singularities (seams) and the degree of the singularities singularity_index.