Skip to Content.
Sympa Menu

cgal-discuss - Delaunay_triangulation_3 problem

Subject: CGAL users discussion list

List archive

Delaunay_triangulation_3 problem


Chronological Thread 
  • From: Kuan <>
  • To:
  • Subject: Delaunay_triangulation_3 problem
  • Date: Thu, 12 Jul 2007 12:48:49 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Mcd0uRRN+vfkX0MO45JBCxicfdNVcMR24TP9RHmOyTJXKD0PukLe27fgIi2bbIztt+ual6RjluU5NnHRubuldY3wvFzEYgKcNp7iv4RvPrQW/HE+t9gYZPgoTjbgkAdvoXKAz652sCt/BaCwutKW6hzUIOVJCCwyBVlAY73nyK4=

Hi ,all
I have some problem with Delaunay_triangulation_3 now. I actually want to get a Voronoi diagram in 3d, but as it doesn't exit in cgal i can only use Delaunay_triangulation_3.
Now i want to get a cell of the Voronoi diagram( to find points located in this cell), so
i "should" use the dual of a finite vertex in Delaunay_triangulation_3 ? Right? But in Delaunay_triangulation_3 i can only find
dual of a cell or a facet, not a vertex.
Can any one help me ?
best regards,
Kuan



Archive powered by MHonArc 2.6.16.

Top of Page