Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] looking for method to convert 2D triangulation into Delaunay

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] looking for method to convert 2D triangulation into Delaunay


Chronological Thread 
  • From: Daniel Duque <>
  • To:
  • Subject: Re: [cgal-discuss] looking for method to convert 2D triangulation into Delaunay
  • Date: Mon, 21 May 2012 20:46:51 +0200

El 21/05/2012 19:49, neoideo escribió:
Hello,

Suppose i have a 2D triangulation loaded into cgal, from a file mymesh.off
and the triangulation
is not Delaunay.

Then, my question:
Is there any method (already implemented in CGAL) that improves the
triangulation based on the Delaunay criteria??

Perhaps you can just read the positions of each vertex, not their connectivities, then use them
to build a new Delaunay triangulation.

Daniel




Archive powered by MHonArc 2.6.16.

Top of Page