Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Delaunay complex

Subject: CGAL users discussion list

List archive

[cgal-discuss] Delaunay complex


Chronological Thread 
  • From: Philipp Blanke <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] Delaunay complex
  • Date: Tue, 19 Mar 2013 09:07:24 +0100

Hello!

I'd like to construct a Delaunay complex for a point set that contains several degenerate cases, i. e., >4 cospherical points. The doc says that theĀ  Delaunay_triangulation_3 code solves the local disambiguity by using a perturbation scheme.

If the tetrahedra that were constructed using this scheme would be marked, I could merge them in a preprocessing step to get a Delaunay complex consisting of convex polyhedra.

Where in the code is the perturbation scheme used to select a possible tetrahedrization? I did not find this.

Best regards,
Philipp




Archive powered by MHonArc 2.6.18.

Top of Page