Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] parameter alpha in alpha complex

Subject: CGAL users discussion list

List archive

[cgal-discuss] parameter alpha in alpha complex


Chronological Thread 
  • From: mahdavi <>
  • To:
  • Subject: [cgal-discuss] parameter alpha in alpha complex
  • Date: Fri, 12 Feb 2010 12:03:46 -0800 (PST)


hi all
I use alpha complex ,my program is used regular triangulation for weighted
points and I want to grow points by constant alpha(a). please anybody say
me that in weighted alpha complex must be used alpha or square alpha ,
//////////////////////////////////////////////////////////////////////
Which is instruction correct?
1:Alpha_shape_3 as(P1.begin(), P1.end(), a, Alpha_shape_3::GENERAL);
2:Alpha_shape_3 as(P1.begin(), P1.end(), a^2 ,Alpha_shape_3::GENERAL);
thanks.
--
View this message in context:
http://n4.nabble.com/parameter-alpha-in-alpha-complex-tp1489900p1489900.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page