| 
    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 DerivedV , typename DerivedF > | |
| void | igl::copyleft::cgal::delaunay_triangulation (const Eigen::MatrixBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F) | 
| Given a set of points in 2D, return a Delaunay triangulation of these points.   | |