Ejemplo n.º 1
0
 def point_inside(self, point):
     if not self.location:
         return False
     return guiutils.point_in_square(point, self.location, self.chit_scale)
Ejemplo n.º 2
0
 def point_inside(self, point):
     if not self.location:
         return False
     return guiutils.point_in_square(point, self.location, self.chit_scale)
Ejemplo n.º 3
0
 def point_inside(self, point):
     assert self.location
     return guiutils.point_in_square(point, self.location, self.chit_scale)
Ejemplo n.º 4
0
 def point_inside(self, point):
     assert self.location
     return guiutils.point_in_square(point, self.location, self.chit_scale)