Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Periodic Voronoi Tessellation in 3D: Write Cells, Faces and Vertices to File

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Periodic Voronoi Tessellation in 3D: Write Cells, Faces and Vertices to File


Chronological Thread 
  • From: Michael Klatt <>
  • To:
  • Subject: Re: [cgal-discuss] Periodic Voronoi Tessellation in 3D: Write Cells, Faces and Vertices to File
  • Date: Tue, 4 Feb 2014 14:41:21 -0800 (PST)

Dear Monique Teillaud,

thank you for your help. Sorry, I still have a question: The
function "dual (Vertex_handle v, OutputIterator pts)" returns in
the output iterator the vertices of the Voronoi cell with center v.
Is that right? For a cubic Voronoi cell I get 24 points. Are the
facets triangulated? I need to identify the facets, e.g., as the
first one consisting of the points number 1,2,3 and the adjacent
one consisting of the points number 4,3,2; the order of the
points should correspond to the orientation of the facet.
Is that possible?
Thank you very much again.
Best regards,

Michael




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Periodic-Voronoi-Tessellation-in-3D-Write-Cells-Faces-and-Vertices-to-File-tp4658770p4658775.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page