def steer_to_point(vec, x, y): return mars_math.steer_to_point(vec, 1, mars_math.Point(float(x), float(y)))
def steer_to_origin(vec): return mars_math.steer_to_point(vec, 1, mars_math.Point(0.0, 0.0))