Difference between revisions of "Koch curve"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) (New page: <html> <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/pro...) |
A WASSERMANN (talk | contribs) |
||
Line 21: | Line 21: | ||
t.cs(); | t.cs(); | ||
t.hideTurtle(); | t.hideTurtle(); | ||
− | t.setPos(- | + | t.setPos(-250,0); |
t.rt(90); | t.rt(90); | ||
− | koch( | + | koch(400); |
</textarea><br /> | </textarea><br /> |