mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-01 03:46:16 +00:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
## Fathauer triangle spiral, family 1, m=1, n=3
|
|
a2.
|
|
angleunit(deg)
|
|
let(fi = (1+sqrt(5))/2)
|
|
let(one = test(1/fi + 1/fi^2))
|
|
tile(1,36,fi,36,1/fi,180,1/fi^2,108)
|
|
conway("(0 2)(1 3)")
|