Example #1
0
 def check_line_collision(self, test_line):
     """Check if the test line intersects any of the square lines"""
     return Collision.line_square(test_line, self)