Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Help getting triangles coordinates from Delaunay Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Help getting triangles coordinates from Delaunay Triangulation


Chronological Thread 
  • From: horstmann <>
  • To:
  • Subject: [cgal-discuss] Re: Help getting triangles coordinates from Delaunay Triangulation
  • Date: Mon, 31 Oct 2011 04:14:45 -0700 (PDT)

Thank you for the fast answer,

but I still don't know how to iterate over the resulting triangles, and how
to get the indexes of the vertices of each triangles. As I said before, I
need something like that:

triangle_1 v1 v2 v3
triangle_2 v1 v3 v4
triangle_3 v2 v4 v5
......

and so on. (At the moment, I'm not interested in the vertices x,y,z
coordinates, but its indexes)

Thank you again in advance.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Help-getting-triangles-coordinates-from-Delaunay-Triangulation-tp3955310p3955454.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page