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

Go to the source code of this file.

Namespaces

namespace  igl
namespace  igl::copyleft
namespace  igl::copyleft::cgal

Functions

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.