Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay
  • Date: Tue, 19 Jun 2007 14:41:03 +0200

thetis guan wrote:
Hello,

I'm a newbie with CGAL and programming overall. I've been trying to build 2Ddelaunay triangulation.

Now i want to access all nearest vertices of a vertex of delaunay, but i can not find any functions to get.
What to do?


I don't know if with nearest you mean incident or geometrically nearest.
For the former look for Vertex_circulator in the page

http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_2_ref/Class_Triangulation_2.html



Archive powered by MHonArc 2.6.16.

Top of Page