N-gones - Slow version: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 4: Line 4:
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<form><textarea id="inputtext" rows=12 cols=35 wrap="off" style="width:600px;">
<form><textarea id="inputtext" rows=12 cols=35 wrap="off" style="width:600px;">
function ngon(ne,sz) {
  innerloop(ne,ne,ne,sz);
}
t.cs().hideTurtle().setProperty({strokeWidth:4,strokeOpacity:0.6,fillOpacity:0.3});
t.cs().hideTurtle().setProperty({strokeWidth:4,strokeOpacity:0.6,fillOpacity:0.3});
mn_eck(7,80);
ngon(7,80);
</textarea><br />
</textarea><br />
<input type="button" value="run" onClick="runturtle()">
<input type="button" value="run" onClick="runturtle()">
Line 33: Line 30:
     setTimeout(st,25);
     setTimeout(st,25);
   }
   }
}
function ngon(ne,sz) {
  innerloop(ne,ne,ne,sz);
}
}



Revision as of 16:05, 25 February 2009