示例#1
0
 def get_slope(self, other):
     return MathUtils.calc_slope(self.ball_x, self.ball_y, other.ball_x, other.ball_y)