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

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::triangle
 

Functions

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.