Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Alpha Shape 2D

Subject: CGAL users discussion list

List archive

[cgal-discuss] Alpha Shape 2D


Chronological Thread 
  • From: "Juan Pablo Carbajal" <>
  • To:
  • Subject: [cgal-discuss] Alpha Shape 2D
  • Date: Sun, 5 Oct 2008 13:55:12 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=aZSUysHpuBx0NL51M6bZiiYFxfvzKVQUddgXTXwpiFRsYBw36fIp9t5TZ6PhABu0M/ 65X/yLNRFNdp0dDAVtbDE/fZd86kdL2fgMGi2t5W/w6o40/Tj93VJfs2vGxamgAhQiUv d+XdziKn6gHLSf0Vb0gsnUaltpHG+AhiFl9nU=

Dear all,
I am new to CGAL and I am trying to obtain the 2D alpha shape of a set
of points (in the plane, of course).
Everything is working ok but I just cannot figure out how to get the
list of vertices of the boundary of the alpha shape.
I have checked the discussions about alpha shapes boundaries in the
archive of the list but I could not find the solution there.
Is there something like
Alpha_shape_3::get_alpha_shape_vertices
for Alpha_shape_2?

Thanks

JPi



Archive powered by MHonArc 2.6.16.

Top of Page