コード例 #1
0
 def circle(pts):
     return dcircle(pts, 0, 0, 1)
コード例 #2
0
 def circle_with_a_hole(pts):
     return ddiff(dcircle(pts, 0, 0, 1), dcircle(pts, 0.5, 0, 0.4))
コード例 #3
0
 def circle_with_a_hole(pts):
     return ddiff(dcircle(pts, 0, 0, 1), dcircle(pts, 0.5, 0, 0.4))
コード例 #4
0
 def circle(pts):
     return dcircle(pts, 0, 0, 1)