Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Voronoi Diagram

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Voronoi Diagram


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Voronoi Diagram
  • Date: Thu, 05 Jul 2007 14:48:03 +0200

Kuan wrote:
Hi all,
Does anyone know how to build a 3D Voronoi Diagram. I cann't find any example in the manual.
thanks a lot.
greets
Kuan

Hi Kuan,

There is no equivalent to Voronoi_diagram_2 if that is what
you are looking for.

So you must use the Delaunay_triangulation_3 and use the dual()
functions.

best regards,

andreas



Archive powered by MHonArc 2.6.16.

Top of Page