File organisation

This commit is contained in:
2021-04-08 10:46:13 +03:00
parent 42992201f8
commit ff8485d90a
2 changed files with 0 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Function JUMPHEIGHT(speed, hover)
JUMPHEIGHT = 0
FOR i = 1 TO hover
JUMPHEIGHT = JUMPHEIGHT + speed/8 * ((COS(2*Pi*i/(2*hover)) + 1)/2.5 + 0.2) * (hover - i + 1)
NEXT
End Function
Binary file not shown.