Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Delaunay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Delaunay Triangulation


Chronological Thread 
  • From: "Wesley Smith" <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Delaunay Triangulation
  • Date: Fri, 14 Sep 2007 11:10:53 -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=M9lOxla94O1RysyiJaz8k6l60FXrOl0pInb3M2n6ljAvhQjH5XNrDkRwlYNFZ+zPFtD0BXstBy4Jlsq8cTJji3pWHYs+wzOXQht70W7krprfkFZY0mjv0fPhwIvd/4AocWaYX5hLLE3Kj4M+7/H37phorniQ4a0ueui3BLcGlAo=

> Then you will se that entire R^3 gets triangulated which
> means that there is one additional tetrahedron per face
> of the convex hull that has as fourth vertex the, unique,
> infinite vertex.

Thanks for pointing this out. I've been reading through the manual
and reference manual quite thoroughly but haven't found a way to
filter these out. Is there a function such as is_infinite for the
cells? I don't see anything like this. I just need a simple test for
this. Any help is greatly appreciated.

thanks,
wes



Archive powered by MHonArc 2.6.16.

Top of Page