Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] algorithm Voronoï segments

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] algorithm Voronoï segments


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] algorithm Voronoï segments
  • Date: Tue, 15 Apr 2008 11:06:04 +0200

Serge Rehbinder wrote:
is done by performing a DFS on the Voronoï skeleton, until all Voronoï edges in conflict with p are found."
Does someone know what it is ?

Depth-first search, a well-known graph search technique.

Bernd.



Archive powered by MHonArc 2.6.16.

Top of Page