Difference between revisions of "Bezier curves II"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 3: | Line 3: | ||
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-4,4,4,-4],keepaspectratio:true,axis:true}); | var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-4,4,4,-4],keepaspectratio:true,axis:true}); | ||
− | var p = [] l = []; | + | var p = []; l = []; |
col = 'red'; | col = 'red'; |
Revision as of 13:13, 28 September 2009
The red points are connected by a cubic Bezier curve. The blue points are the control points.