L-systems: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 36: | Line 36: | ||
// Axiom: | // Axiom: | ||
this.code = axiom; | this.code = axiom; | ||
alert( | alert(axiom); | ||
this.pos = 0; | this.pos = 0; | ||
this.next = function() { | this.next = function() { |
Revision as of 18:39, 30 December 2008