Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi diagram vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi diagram vertices


Chronological Thread 
  • From: Menelaos Karavelas <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi diagram vertices
  • Date: Mon, 9 Apr 2012 07:43:59 +0300
  • Authentication-results: MX-IN-05.forthnet.gr ; spf=neutral
  • Authentication-results: MX-IN-05.forthnet.gr ; sender-id=neutral

In the traits class there is a functor: Construct_svd_vertex_2
This gives you the Voronoi vertex. However, in order to work correctly you
need to use a number type that supports field operations and square roots.

- m.

On 9 Apr 2012, at 03:24,
<>
wrote:

> Hi CGAL community,
>
> Could you help me with the following problem: I am trying to construct
> Voronoi
> diagram using Segment_Delaunay_graph_2. In the end I need to output
> coordinates
> of the Voronoi vertices, however didn't find a way to do that. This topic
> seems
> to be missing from the documentation also.
>
> Thanks,
> Andrii Sydorchuk
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>




Archive powered by MHonArc 2.6.16.

Top of Page