More Square Spirals
This is an extensions of Square Spiral example.
p = rectangle(w=300, h=300) | repeat(100, scale(0.92)|rotate(5))
q = p | scale(x=-1)
shape = quartlet(
p, q,
q, p)
show(shape)
This is an extensions of Square Spiral example.
p = rectangle(w=300, h=300) | repeat(100, scale(0.92)|rotate(5))
q = p | scale(x=-1)
shape = quartlet(
p, q,
q, p)
show(shape)