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:49: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=rdkhvPbURoklB+91DD2ugry81DLhRP5j/wpl1Ek1Se/zVZ1ikLCsDB9VKI3vTxncmiaCCe5wWibEq5Ztq0KQMrdJuZhe34Z4kVTeOIEQy98XiPIgs9bviPhCKPigwk2m7MMJm/m3pxqMK6VhNkVa0BIT0MzNcufEETvv7q3LbuI=

beautiful. thanks,
wes

On 9/20/07, Andreas Fabri
<>
wrote:
> 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 section entitled "Access functions" on the reference manual page:
>
> http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_3_ref/Class_Triangulation_3.html#Cross_link_anchor_963
>
> andreas
>
> >
> > 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
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>



Archive powered by MHonArc 2.6.16.

Top of Page