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