changeset 998 | 7fdaa05a69a1 |
parent 440 | 88ed40ad0d4f |
child 1092 | dceba191c00d |
1.1 --- a/lemon/bits/bezier.h Wed Sep 12 17:25:48 2012 +0200 1.2 +++ b/lemon/bits/bezier.h Thu Sep 13 11:56:19 2012 +0200 1.3 @@ -159,7 +159,7 @@ 1.4 const Point c=(p3+p4)/2; 1.5 const Point d=(a+b)/2; 1.6 const Point e=(b+c)/2; 1.7 - const Point f=(d+e)/2; 1.8 + // const Point f=(d+e)/2; 1.9 R f1=_f(Bezier3(p1,a,d,e),_d); 1.10 R f2=_f(Bezier3(e,d,c,p4),_d); 1.11 return _s(f1,f2);