Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Nearest neighbour vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Nearest neighbour vertices


Chronological Thread 
  • From: disruptive <>
  • To:
  • Subject: Re: [cgal-discuss] Nearest neighbour vertices
  • Date: Wed, 1 Apr 2009 10:47:11 -0700 (PDT)




disruptive wrote:
>
> I wish to iterate over a Delauney triangulation by vertex and for each
> vertex.
>
> I wish to determine the faces that share this vertex. And then for each
> face, I wish to determine the vertices's that comprise this face (one of
> which will be the shared the vertex). The latter part can be done.
>
> However my question relates to how best to get nearest neighbour vertices,
> is there a way with the edge function?
>
> Some suggestions for the least complex way to do this would be very much
> appreciated.
>
> Thanks
>


Is there a way that I can given a vertex, get the surrounding faces?

--
View this message in context:
http://www.nabble.com/Nearest-neighbour-vertices-tp22786442p22831902.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page