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

Public domain 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.
Category:Self-published work#L-system-Leaf-grow.svgCategory:PD-self#L-system-Leaf-grow.svg Category:Files by User:NightElfik Category:Images with L-system source code Category:Order 21 Category:SVG fractals
Category:Files by User:NightElfik Category:Images with L-system source code Category:Order 21 Category:PD-self Category:SVG fractals Category:Self-published work