libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::predicates |
Functions | |
template<typename DerivedV , typename DerivedF > | |
void | igl::predicates::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 using predicates. | |