1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00
hyperrogue/tessellations/affine/affine-fathauer-1-1-1.tes

8 lines
187 B
Plaintext
Raw Normal View History

2020-06-05 23:10:03 +00:00
## 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)")