File:RowOfTrees.svg

Summary

Description
English: Fractal called Row of trees generated using L-system (9th iteration)
Čeština: Fraktál pojmenovaný Řada stromů vygenerovaný pomocí L-systému (9. iterace)
Source Own work
Author NightElfik

From The Algorithmic Beauty of Plants from by Przemyslaw Prusinkiewicz and Aristid Lindenmayer, p. 47

Generated with

RowOfTrees {
	axiom = F(400,0);
	angle = 85;
	i = 9;
		
	F(x, t) ? t == 0 => F(x*0.3, 2) + F(x*0.458, 1) -- F(x*0.458,1)+F(x*0.7,0);
	F(x, t) ? t > 0 => F(x, t-1);
}

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#RowOfTrees.svgCategory:PD-self#RowOfTrees.svg Category:L-systems Category:Files by User:NightElfik Category:Order 9 Category:Fractal trees Category:SVG fractals
Category:Files by User:NightElfik Category:Fractal trees Category:L-systems Category:Order 9 Category:PD-self Category:SVG fractals Category:Self-published work