Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Output from Delaunay Triangulation.

Subject: CGAL users discussion list

List archive

[cgal-discuss] Output from Delaunay Triangulation.


Chronological Thread 
  • From: "Chaman Singh Verma" <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] Output from Delaunay Triangulation.
  • Date: Sun, 30 Nov 2008 16:40:09 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=nfZX+X7MCAdrKkDFaqOEKjxv1fDSQ8KCOEYdsEQU4RdGOnQuGlztLEy7JXRSdsxAAE EJVB9A6liGWVtnKUabJn7o/VLF8e9IvFayuhgIjo2+7aMxLCR5GkS8KCwV01HkVchaem DvHX1mxdNglwMseO8SJGaSaBE5zQIFBfLxPQ4=

Hello,

I have list of 2D/3D coordinates and interested in Delaunay triangulation  as follows.

#VertexID X Y Z
1  x1 y1 z1
2. x2 y2 z2
3


#Triangles in 2D
1   T1n1 T1n2 T1n3
2   T2n1 T2n2 T3n3
3.


How interger ID are assigned to the vertices ?

Thanks,
csv
 



Archive powered by MHonArc 2.6.16.

Top of Page