Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Nearest neighbour vertices


Chronological Thread 
  • From: disruptive <>
  • To:
  • Subject: [cgal-discuss] Nearest neighbour vertices
  • Date: Mon, 30 Mar 2009 14:41:02 -0700 (PDT)


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
--
View this message in context:
http://www.nabble.com/Nearest-neighbour-vertices-tp22786442p22786442.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



  • [cgal-discuss] Nearest neighbour vertices, disruptive, 03/30/2009

Archive powered by MHonArc 2.6.16.

Top of Page