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 printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

The underlying JavaScript code