File:L-system-Leaf-grow.svg
Summary
| Description |
English: Leaf grow modeled by L-system
Čeština: Růst listu vymodelovaný L-systémem |
| Source | Own work |
| Author | NightElfik |
Inspiration from The Algorithmic Beauty of Plants from by Przemyslaw Prusinkiewicz and Aristid Lindenmayer, p. 123
Generated with
Leaf {
axiom = [|S(step/2)][x][y];
angle = 10;
i = 21;
initialAngle = 90;
x-z: nothing;
x => [+x{].z};
y => [-y{].z};
z => zF;
S(len) => F(len)+(1)S(len);
}
Licensing
| I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |