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: "Wesley Smith" <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay3D and infinite cells bug??
  • Date: Thu, 20 Sep 2007 00:12:57 -0700
  • 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=Ls54ADVZp1KrpyjVo7uO3uPixBSLcChZjqNTk9qAFmEMeyuQnpcMgT7GiQGzPkOvjalCstJcOcLRKTdE/QA0ubXQ2gJRt9r1CVTKhrWe39+3TZCuJxvx2oIHHVOL4SI6PQ7DcObMQa9pxaakE5vo9+7PskfMuZvKkKwBUOKJ0yk=

> 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.

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