#include "../igl_inline.h"
#include <Eigen/Core>
#include "cdt.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedE , typename DerivedWV , typename DerivedWF , typename DerivedWE , typename DerivedJ > |
void | igl::triangle::cdt (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedE > &E, const std::string &flags, Eigen::PlainObjectBase< DerivedWV > &WV, Eigen::PlainObjectBase< DerivedWF > &WF, Eigen::PlainObjectBase< DerivedWE > &WE, Eigen::PlainObjectBase< DerivedJ > &J) |
| Construct the constrained delaunay triangulation of the convex hull of a given set of points and segments in 2D.
|
|