Circular arc approximation by cubic Bezier curve: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 31: Line 31:
], {});
], {});


 
var b = brd.create('curve', JXG.Math.Numerics.bezier([A,P1,P2,B]),
              {strokecolor:'blue', strokeOpacity:0.6, strokeWidth:3});





Revision as of 12:28, 1 July 2012

The underlying JavaScript code