8#ifndef IGL_COPYLEFT_CGAL_RESOLVE_INTERSECTIONS_H
9#define IGL_COPYLEFT_CGAL_RESOLVE_INTERSECTIONS_H
10#include "../../igl_inline.h"
37 const Eigen::PlainObjectBase<DerivedV> & V,
38 const Eigen::PlainObjectBase<DerivedE> & E,
39 Eigen::PlainObjectBase<DerivedVI> & VI,
40 Eigen::PlainObjectBase<DerivedEI> & EI,
41 Eigen::PlainObjectBase<DerivedJ> & J,
42 Eigen::PlainObjectBase<DerivedIM> & IM);
46#ifndef IGL_STATIC_LIBRARY
47# include "resolve_intersections.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void resolve_intersections(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedVI > &VI, Eigen::PlainObjectBase< DerivedEI > &EI, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedIM > &IM)
Given a list of possible intersecting segments with endpoints, split segments to overlap only at endp...