#include "../../igl_inline.h"
#include <Eigen/Core>
#include "resolve_intersections.cpp"
Go to the source code of this file.
|
| template<typename DerivedV, typename DerivedE, typename DerivedVI, typename DerivedEI, typename DerivedJ, typename DerivedIM> |
| void | igl::copyleft::cgal::resolve_intersections (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< 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 endpoints.
|