Exemplo n.º 1
0
 def get_next_position(self):
     '''Use speed and direction to calculate next position.'''
     return Helper.get_final_position(self.coord, self.direction, self.speed)