MHenderson / squarelimit

Escher's Square Limit in R with funcgeo.
0 stars 0 forks source link

Add F #16

Open MHenderson opened 7 months ago

MHenderson commented 7 months ago
points_f = [
    (.1, .1),
    (.9, .1),
    (.9, .2),
    (.2, .2),
    (.2, .4),
    (.6, .4),
    (.6, .5),
    (.2, .5),
    (.2, .9),
    (.1, .9),
    (.1, .1)
]