Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename DerivedM , typename DerivedO > |
| IGL_INLINE void | igl::find_cross_field_singularities (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedM > &Handle_MMatch, Eigen::PlainObjectBase< DerivedO > &isSingularity, Eigen::PlainObjectBase< DerivedO > &singularityIndex) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedO > |
| IGL_INLINE void | igl::find_cross_field_singularities (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedV > &PD1, const Eigen::PlainObjectBase< DerivedV > &PD2, Eigen::PlainObjectBase< DerivedO > &isSingularity, Eigen::PlainObjectBase< DerivedO > &singularityIndex, bool isCombed=false) |
| |