mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
## Golden Spiral as an affine tessellation
|
|
a2.
|
|
angleunit(deg)
|
|
let(fi = (1+sqrt(5))/2)
|
|
let(one = test(1/fi + 1/fi^3 + 1/fi^4))
|
|
tile(1,90,1,90,1,90,1/fi,180,1/fi^4,180,1/fi^3,90)
|
|
conway("(0 3)(1 4)(2 5)")
|