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
![]() |
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. |