Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay3D and infinite cells bug??

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay3D and infinite cells bug??


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Delaunay3D and infinite cells bug??
  • Date: Thu, 20 Sep 2007 09:29:00 +0200

Wesley Smith wrote:
Are you looking for the vertices on the convex hull?
Just take the cells incident to the infinite vertex,
and collect the vertices on the faces opposite to the
infinite vertex.


Now that's a nice technique. I was wondering how to get the convex
hull. How does one define an infinite vertex in code? I haven't seen
any examples so far in my CGAL explorations.

see the reference manual of Triangulation_3
Vertex_handle t.infinite_vertex () Returns the infinite vertex.
(not "an" infinite vertex, but "the" infinite vertex)

As for the error, I found a slip in my 3D voronoi code that caused the
problem. I think I need a break from the computer ball and chain :]
Sorry for the noise.

best,
wes



Archive powered by MHonArc 2.6.16.

Top of Page