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

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.