Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] implementing greedy delaunay with CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] implementing greedy delaunay with CGAL


Chronological Thread 
  • From: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] implementing greedy delaunay with CGAL
  • Date: Mon, 25 May 2009 10:00:16 +0200


wrote:
Hi all,

I have implemented, I hope faithfully, the Greedy Delaunay algorithm but I
am having troubles.
It appears that Delaunay Triangulation is never done the same way for the
same 3D points sample, that yields my implementation to give different
result at each run :(
Is there a way to fix the Delaunay Triangulation to make it give the same
result each time it is run?

Any ideas?

yes: use the CGAL Delaunay triangulation ;)

Monique Teillaud



Archive powered by MHonArc 2.6.16.

Top of Page