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: "Tyver Ray" <>
  • To:
  • Subject: Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay
  • Date: Tue, 19 Jun 2007 14:17:06 +0200
  • 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:content-transfer-encoding:content-disposition:references; b=grIx5IOfc993ITrJ+I6IlljS9Snl8yzWziNjKYA1w7cL+9zAaW+gmXEMK2X6hrtgLZ1/ChJQDakJ/2tc2XwyNIk+KkcGaFePRJ57RwR9NwPWKEZyHqKxTVLlV/lCGl5Jh9fqzybMx9Svr8xM5kWh2/2rXga4y1afaVbWnCRI9EY=

This function doesn't help ?

dt.nearest_vertex ( Point p, Face_handle f=Face_handle() )


2007/6/18, thetis guan
<>:

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?



Archive powered by MHonArc 2.6.16.

Top of Page