File:HexaGosperCurveColored.svg

Summary

Description
English: 5th iteration of hexa Gosper curve colored by whole spectrum from red to red to see its evolution path
Čeština: 5. iterace Gosperovy křivky obarvená celým barevným spektrem od červené po červenou pro lepší pozorování jejího vývoje
Source Own work
Author NightElfik

Generated with http://malsys.cz/

lsystem HexagonalGosperCurve {

	set symbols axiom = L;
	set iterations = 5;
	set continuousColoring = true;

	set compressSvg = false;
	set overoptimizeSvg = true;

	// length 3 px, width 1 px
	interpret R L as DrawForward(3, 1);
	// 60 deg turns
	interpret + as TurnLeft(60);
	interpret - as TurnLeft(-60);

	rewrite L to L + R + + R - L - - L L - R +;
	rewrite R to - L + R R + + R + L - - L - R;
}

process all with SvgRenderer;

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#HexaGosperCurveColored.svgCategory:PD-self#HexaGosperCurveColored.svg Category:L-systems Category:Space filling curves Category:Files by User:NightElfik Category:Order 5 Category:SVG fractals Category:Geometry images with transparent background
Category:Files by User:NightElfik Category:Geometry images with transparent background Category:L-systems Category:Order 5 Category:PD-self Category:SVG fractals Category:Self-published work Category:Space filling curves