1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00
hyperrogue/tessellations/sample/fake-inf-polygon.tes
2022-04-26 16:19:02 +02:00

9 lines
218 B
Plaintext

## use the *inf system but for material points
intslider(valence,3,3,MAX_VALENCE)
intslider(sides,10,3,MAX_EDGE)
h2.
distunit(arcmedge(sides:^valence))
let(u = 360*deg/valence)
unittile(u,*inf)
conway("(0 0)")