star samples

This commit is contained in:
Zeno Rogue 2021-10-17 08:31:57 +02:00
parent eac543fe07
commit 25b77617cd
4 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,18 @@
## HyperRogue standard tiling
s2.
star.
let(v = 3)
let(u = 5/2)
distunit(edge_angles(2*pi/v,pi/u,pi/u))
let(u7 = regangle(1, v))
unittile(u7,u7,u7)
option("-switch-fpp", "-canvas-random", "0", "coolfog=0", "draw_sky=0", "fixed_YZ=0", "-PM", "0", "pseudohedral=1")
c(0,0,0,0,0)
c(0,1,0,1,0)
c(0,2,0,2,0)

View File

@ -0,0 +1,22 @@
## the {7,7/2} tessellation
h2.
star.
let(v = 7)
let(u = 7/2)
distunit(edge_angles(2*pi/v,pi/u,pi/u))
option("-switch-fpp", "-canvas-random", "0", "coolfog=0", "draw_sky=0", "fixed_YZ=0", "-PM", "0", "pseudohedral=1")
let(u7 = regangle(1, v))
unittile(u7,u7,u7,u7,u7,u7,u7)
c(0,0,0,0,0)
c(0,1,0,1,0)
c(0,2,0,2,0)
c(0,3,0,3,0)
c(0,4,0,4,0)
c(0,5,0,5,0)
c(0,5,0,6,0)

View File

@ -0,0 +1,22 @@
## the {7/2,7} tessellation
h2.
star.
let(v = 7/2)
let(u = 7)
distunit(edge_angles(2*pi/v,pi/u,pi/u))
option("-switch-fpp", "-canvas-random", "0", "coolfog=0", "draw_sky=0", "fixed_YZ=0", "-PM", "0", "pseudohedral=1")
let(u7 = regangle(1, v))
unittile(u7,u7,u7,u7,u7,u7,u7)
c(0,0,0,0,0)
c(0,1,0,1,0)
c(0,2,0,2,0)
c(0,3,0,3,0)
c(0,4,0,4,0)
c(0,5,0,5,0)
c(0,5,0,6,0)

View File

@ -0,0 +1,22 @@
## the {7,7/2} tessellation
h2.
star.
let(v = 9)
let(u = 9/2)
distunit(edge_angles(2*pi/v,pi/u,pi/u))
option("-switch-fpp", "-canvas-random", "0", "coolfog=0", "draw_sky=0", "fixed_YZ=0", "-PM", "0", "pseudohedral=1")
let(u7 = regangle(1, v))
unittile(u7,u7,u7,u7,u7,u7,u7,u7,u7)
c(0,0,0,0,0)
c(0,1,0,1,0)
c(0,2,0,2,0)
c(0,3,0,3,0)
c(0,4,0,4,0)
c(0,5,0,5,0)
c(0,5,0,6,0)