File:PenroseTilingFilled2.svg
Summary
| Description |
English: 2nd iteration of L-system of Penrose tiling
Čeština: 2. iterace L-systému Penroseova dláždění |
| Source | Own work |
| Author | NightElfik |
Generated with
PenroseTilingFilled {
axiom = +(18)[N]++[N]++[N]++[N]++[N];
angle = 36;
palette = #000 #47d #fa0;
polyReverse = 1;
lateLinesDraw = 1;
step = 32;
i = 2;
margin = 16;
M => O++{(1)P.----N.[-O.----M}]++;
N => +{(2)O.--P.[---M.--N}]+;
O => -{(2)M.++N.[+++O.++P}]-;
P => --{(1)O.++++M.[+P.++++N}]--N;
}
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. |