File: circlelimit3c.tes

package info (click to toggle)
hyperrogue 12.1q-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 73,972 kB
  • sloc: cpp: 166,609; makefile: 145; sh: 10
file content (28 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Escher's Circle Limit III, mapped to sphere
## After mapping circlelimit3.tes, change the tes file to this one

s2.
angleunit(2*pi/3)
distunit(1)
distunit(edge(4,3))

unittile(1,1,1,1) # YG
unittile(1,1,1,1) # YB
unittile(1,1,1,1) # YR
unittile(1,1,1,1) # RG
unittile(1,1,1,1) # RB
unittile(1,1,1,1) # GB

c(0,0,3,1,0)
c(0,1,5,2,0)
c(0,2,1,3,0)
c(0,3,2,2,0)
c(1,0,5,1,0)
c(1,1,4,0,0)
c(1,2,2,3,0)
c(2,0,4,3,0)
c(2,1,3,2,0)
c(3,0,5,3,0)
c(3,3,4,2,0)
c(4,1,5,0,0)