Rolling circle on line: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 8: Line 8:
</form></html>
</form></html>


<jsxgraph width="600" height="600" box="jxgbox">
<jsxgraph width="600" height="300" box="jxgbox">
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-1,5,10,-5], keepaspectratio:true});
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-1,5,20,-1], keepaspectratio:true});
brd.suspendUpdate();
brd.suspendUpdate();



Revision as of 15:14, 2 October 2010

The underlying JavaScript code