Esempio n. 1
0
 def square(pts):
     return drectangle(pts, -1, 1, -1, 1)
Esempio n. 2
0
 def square(pts):
     return drectangle(pts, -1, 1, -1, 1)
Esempio n. 3
0
 def ell(pts):
     return ddiff(drectangle(pts, -1, 1, -1, 1), drectangle(pts, -2, 0, -2, 0))
Esempio n. 4
0
 def ell(pts):
     return ddiff(drectangle(pts, -1, 1, -1, 1),
                  drectangle(pts, -2, 0, -2, 0))