libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::copyleft |
namespace | igl::copyleft::cgal |
Functions | |
template<typename DerivedP , typename DerivedF > | |
void | igl::copyleft::cgal::lexicographic_triangulation (const Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedF > &F) |
Given a set of points in 2D, return a lexicographic triangulation of these points. | |