コード例 #1
0
 def clipPattern(self, point):
     # FIXME:Sort this points of general pattern, but not clip the points of the patterns in
     # the stack
     self.points, achieved = GeoMath.clipPoints(self.points, point, self.points[0])
     return achieved
コード例 #2
0
 def clipPattern(self, point):
     # FIXME:Sort this points of general pattern, but not clip the points of the patterns in
     # the stack
     self.points, achieved = GeoMath.clipPoints(self.points, point,
                                                self.points[0])
     return achieved