samples for pseudogons and fake inf polygon

This commit is contained in:
Zeno Rogue 2022-04-25 00:26:01 +02:00
parent ad6430a97f
commit 403f38521e
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
## 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)")

View File

@ -0,0 +1,8 @@
## {inf, k} but with ultraideal vertices
intslider(valence,3,3,MAX_VALENCE)
slider(multiplier, 1.1, 1, 2)
h2.
distunit(arcmedge(inf:^valence)*multiplier)
let(u = 360*deg/valence)
unittile(u,*inf)
conway("(0 0)")