Difference between revisions of "Plant generation II"

From JSXGraph Wiki
Jump to navigationJump to search
 
Line 33: Line 33:
 
var turtle = [];
 
var turtle = [];
 
var brd = [];
 
var brd = [];
brd[0] = JXG.JSXGraph.initBoard('box0', {originX: 300, originY: 300, unitX: 1, unitY: 1});
+
brd[0] = JXG.JSXGraph.initBoard('box0', {boundingbox: [-300, 300, 300, -300]});
 
turtle[0] = brd[0].create('turtle');
 
turtle[0] = brd[0].create('turtle');
  

Latest revision as of 13:03, 8 June 2011

For an explanation see L-systems.


  • Przemyslaw Prusinkiewicz, James Hanan: Lindenmayer Systems, Fractals, and Plants (Lecture Notes in Biomathematics). Springer-Verlag 1989, ISBN 0-387-97092-4
  • http://en.wikipedia.org/wiki/L-system