File:IslandsAndLakesColored.svg

Summary

Description
English: 3rd iteration of L-system called Islands and lakes
Čeština: 3. iterace L-systému Ostrovy a jezera
Source Own work
Author NightElfik
Other versions File:IslandsAndLakesRewriteRule.svg

Original L-system from book The Algorithmic Beauty of Plants by Przemyslaw Prusinkiewicz and Aristid Lindenmayer.

Generated with

IslandsAndLakesColored {
	axiom = {(g + 1)f.+f.+f.+f};
	angle = 90;
	i = 3;
	palette = #fff #000;
	polyReverse = 1;
	
	f => g+h-{((g + 1) % 2)      ff.+f.+ff.+f}h+gg-h+{(g % 2)ff.-f.-ff.-f}h-ggg;
	g => f+h-{(g % 2)gg.+g.+gg.+g}h+ff-h+{((g + 1) % 2)      gg.-g.-gg.-g}h-fff;
	h => hhhhhh;
}

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