Esempio n. 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
Esempio n. 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