Difference between revisions of "Circular arc approximation by cubic Bezier curve"

From JSXGraph Wiki
Jump to navigationJump to search
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 14:28, 1 July 2012

The underlying JavaScript code