Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to do that?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to do that?


Chronological Thread 
  • From: Daniel Duque Campayo <>
  • To:
  • Subject: Re: [cgal-discuss] how to do that?
  • Date: Tue, 22 Jan 2008 15:46:17 +0100

On Tuesday 22 January 2008 15:25,

wrote:
> hi all,
> i want to applicate voronoi (2 dim) of points inside a box. all result
> faces must be in this box. how can i add this contraint to
> CGAL::Voronoi_diagram_2 ??? please help me

It looks like the faces "outside the box" should have the infinite vertex as
one of their vertices. Can't you just look at whether this is true in order
to discard these? (With, e.g., f.has_vertex ( Vertex_handle v) .)

Best,

Daniel


--
Daniel Duque
http://rincon.uam.es/dir?cw=950067138671875


  • how to do that?, bendaoud_med, 01/22/2008
    • Re: [cgal-discuss] how to do that?, Daniel Duque Campayo, 01/22/2008

Archive powered by MHonArc 2.6.16.

Top of Page