This commit is contained in:
Frank 2015-06-23 12:30:54 -04:00
parent f623b143cc
commit ead93a6ad0
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from random import randint
from math import sin, cos, atan2, radians, sqrt
def get_step(start, end, speed):