Bezier curves II

From JSXGraph Wiki
Revision as of 11:12, 28 September 2009 by A WASSERMANN (talk | contribs) (New page: The red points are connected by a cubic Bezier curve. The blue points are the control points. <jsxgraph width="600" height="600"> var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-4...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The red points are connected by a cubic Bezier curve. The blue points are the control points.

The underlying JavaScript code