Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay v/s Voronoi

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay v/s Voronoi


Chronological Thread 
  • From: "Chaman Singh Verma" <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay v/s Voronoi
  • Date: Sat, 4 Oct 2008 00:28:51 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=ol/Beznw/mabG5grsVglGAUNOa/md6cRRyk8tzYdUwHrHlOZXYhcrIa3NV4Pow/knU Z2NCwCLan+1M5i0CCQfT2AXtuNISI/+r5IxsdiKkmD1JEy2Nvv00N7XPUlTg2mS59hNA VsVDD3pLpirmqvah7pGJefuj0tDPAXJK3Vlak=



On Fri, Oct 3, 2008 at 7:01 PM, Laurent Rineau <> wrote:
On Friday 03 October 2008 17:21:42 wrote:
> > thus the complexity is exactly the same (since it is the same stuff)
>
> I think he means "difficulty" in implementing, not actual complexity. In
> this case, Delaunay seems to be the choice in CGAL, and I see it easier to
> implement myself. Thanks to the empty circle condition, I would had some
> idea about how to introduce new points, and re-triangulate; for the
> Voronoi, the thing seems much more delicate. It is true that many textbooks
> talk about just everything but often fail to mention ease of implementation
> and applicability.

For the euclidean distance, and with points in general position, computing a
Voronoi diagram and computing a Delaunay triangulation is exactly the same:
same result and same algorithm. The only difference is that for Voronoi you
need to compute Voronoi vertices (which are circumcenters).

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss

Hello,

CGAL documents don't talk about Voronoi Diagrams in 3D.  Does it
means that they haven't been implemented or the document need upgradation ?

Thanks.

csv



Archive powered by MHonArc 2.6.16.

Top of Page