Rolling circle on line: Difference between revisions

From JSXGraph Wiki
(New page: <jsxgraph width="0" height="0" box="nix"></jsxgraph> <html> <script type="text/javascript" src="/~alfred/jsxgraph/trunk/src/Roulette.js"></script> <form> <input type="button" value="start"...)
 
No edit summary
Line 9: Line 9:


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



Revision as of 15:13, 2 October 2010

The underlying JavaScript code