Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Dual of delaunay edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Dual of delaunay edges


Chronological Thread 
  • From: Christophe Delage <>
  • To:
  • Subject: Re: [cgal-discuss] Dual of delaunay edges
  • Date: Fri, 11 May 2007 16:38:56 +0200

On Wed, May 09, 2007 at 05:49:10PM +0100, Tardugno, Angelo wrote:
> Hi CGAL experts...
> I've been trying to get the voronoi diagram of a 3d cloud of points and
> now i need to find the intersection between a delaunay edge and it's
> dual (A voronoi facet). Does anybody know whether this is possible using
> CGAL?

The intersection point, if it exists, is the midpoint of the Delaunay
edge.

Existence of intersection is called the Gabriel property, you can test
that with Delaunay_triangulation_2::is_Gabriel (Edge)
or is_Gabriel (Cell_handle, int, int).


--
Christophe


  • Dual of delaunay edges, Tardugno, Angelo, 05/09/2007
    • Re: [cgal-discuss] Dual of delaunay edges, Christophe Delage, 05/11/2007

Archive powered by MHonArc 2.6.16.

Top of Page