N-gones: Difference between revisions
From JSXGraph Wiki
| No edit summary | A WASSERMANN (talk | contribs) No edit summary | ||
| Line 28: | Line 28: | ||
| <jsxgraph box="box" width="600" height="600"> | <jsxgraph box="box" width="600" height="600"> | ||
| var brd = JXG.JSXGraph.initBoard('box', {boundingbox: [-300, 300, 300, -300]}); | var brd = JXG.JSXGraph.initBoard('box', {boundingbox: [-300, 300, 300, -300]}); | ||
| var t = brd. | var t = brd.create('turtle',[],{fillColor:'yellow'}); | ||
| function run() { | function run() { | ||
|    brd.suspendUpdate(); |    brd.suspendUpdate(); | ||
Latest revision as of 09:13, 6 August 2015
Output
References
This example is from
