Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to excract poles

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to excract poles


Chronological Thread 
  • From: "Jingyi Jin" <>
  • To:
  • Subject: Re: [cgal-discuss] How to excract poles
  • Date: Tue, 29 May 2007 10:34:57 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fH0VwgaR8bNoqSOII8GhESm59SeM0yx0ix+MO/6RM4nyyJUHPtJBprPz9UFaGmx3iqhMgIwVfJuxhPAi6D3QaePNW7ruRCeyKHginu27/Cypam8pTYY6oZIHXCI6wtvAZM+GWAIJcs93+ACpMB90HSOIByRV2mBrThVtW6WR358=

Hi Angelo,
 
Is it true that the poles are always Voronoi vertices? If so, you can get all incident Delaunay facets to a vertex v, compute the dual of those facets, which are vertices of Voronoi cell of v. Loop over those vertices, and the furthermost one is the pole.
 
This is my thought, I am not sure if I interpreted things correctly.
 
Jingyi

 
On 5/29/07, Tardugno, Angelo <> wrote:
Hi CGAL experts,
 
I have to extract the poles of each Voronoi cell of a cloud of 3D point. Can anybody can give me an hint of how this can be done with CGAL? I thought that I have to consider each Delaunay vertex and then, somehow, bulid its correspondent Voronoi cell and then consider the farthest vertices of this cell. Still I don't know where to begin. Thank You for your help
 
Angelo Tardugno




Archive powered by MHonArc 2.6.16.

Top of Page