summaryrefslogtreecommitdiff
path: root/mechanics.py
blob: 5f2254baab7f5d89ab6f2964338c8ab696812846 (plain)
1
2
3
4
5
6
7
def speed(size):
    return 86 / (size**0.45)

def viewport_diag(sizesum):
    return 370 * max(sizesum,70)**0.431776

eject_delta = 22 # how many degrees do ejects deviate from the original direction (maximum)