#include "../../igl_inline.h"
#include <Eigen/Core>
#include <CGAL/Segment_2.h>
#include <CGAL/Point_2.h>
#include <vector>
#include "subdivide_segments.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedE , typename Kernel , typename DerivedVI , typename DerivedEI , typename DerivedJ , typename DerivedIM > |
void | igl::copyleft::cgal::subdivide_segments (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedE > &E, const std::vector< std::vector< CGAL::Point_2< Kernel > > > &steiner, Eigen::PlainObjectBase< DerivedVI > &VI, Eigen::PlainObjectBase< DerivedEI > &EI, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedIM > &IM) |
| Insert steiner points to subdivide a given set of line segments.
|
|