Skip to Content.
Sympa Menu

cgal-discuss - Failed to draw the Voronoi diagram

Subject: CGAL users discussion list

List archive

Failed to draw the Voronoi diagram


Chronological Thread 
  • From: "Emerson Carride" <>
  • To:
  • Subject: Failed to draw the Voronoi diagram
  • Date: Thu, 15 May 2008 18:03:42 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YjxL1BPyMiyGfuQExSoUHlQ+2Aq4Pmwilw+GwLitpX7tCURFShps+uOrqQfuV88ebbpnKVWhVftLpjODqs7Xs8x/W//8wFBmKfcJ7CQBQfKrxF1qjwR39ElOsljLU6GcizSLipxrZbrsidwIXeEfNTxgvx/cEgj1nTlzpr0QfQg=

I have a Delaunay triangulation, and I want to draw the Voronoi diagram.
But depending on the number of points in the triangulation, sometimes does not appears a ray in the window.
And when I click on the zoom button, or in another button on my toolbar, appears the ray that not appeared before.
to draw the diagram I'm using this function:

dt.draw_dual(*widget);

dt is the delaunay triangulation and *widget is where I draw the triangulation/diagram

Someone knows why this happens?


--
Emerson Amade Carride
Matemática Aplicada e Computação Científica
Instituto de Ciências Matemáticas e Computação
USP - São Carlos
tel: (16) 3411 0877; (11) 4538 3315 ; cel: (11) 71289888


Archive powered by MHonArc 2.6.16.

Top of Page