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