Difference between revisions of "Circular arc approximation by cubic Bezier curve"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 31: | Line 31: | ||
], {}); | ], {}); | ||
− | + | var b = brd.create('curve', JXG.Math.Numerics.bezier([A,P1,P2,B]), | |
+ | {strokecolor:'blue', strokeOpacity:0.6, strokeWidth:3}); | ||