Catmull-Rom splines: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="400" height="400" box="box"> var brd = JXG.JSXGraph.initBoard('box', {axis:true, boundingbox: [-5, 5, 5, -5]}), p = [], c, i; for (i=0;i<5;i++) { //p.push(...")
(No difference)

Revision as of 11:03, 26 January 2012

The underlying JavaScript code