Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Loop subdivision in CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] Loop subdivision in CGAL


Chronological Thread 
  • From: Wang <>
  • To:
  • Subject: [cgal-discuss] Loop subdivision in CGAL
  • Date: Tue, 23 Mar 2010 11:33:48 +0100 (CET)

Please excuse my poor English, I am Chinese. :D )

Hello,
In the Loop subdivision implementation in Subdivision_mask_3.h, the value (n *
beta) is computed as:
FT Cn = (FT) (5.0/8.0 - std::sqrt(3+2*std::cos(6.283/n))/64.0);
(line 242).
In the Loop subdivision algorithm, the degree of the value
(3+2*std::cos(6.283/n) ) should be 2 instand of 1/2. Anyone can give me an
explanation? Thanks!


  • [cgal-discuss] Loop subdivision in CGAL, Wang, 03/23/2010

Archive powered by MHonArc 2.6.16.

Top of Page