L-systems: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 36: Line 36:
         // Axiom:
         // Axiom:
         this.code = axiom;
         this.code = axiom;
         alert(this.code);
         alert(axiom);
         this.pos = 0;
         this.pos = 0;
         this.next = function() {
         this.next = function() {

Revision as of 18:39, 30 December 2008