- Joined
- Oct 29, 2012
- Messages
- 1,474
Well I need a graph for this mathematic function .
It's related to a jump system .
Can you give me a possible graph for this Oo ?
It's related to a jump system .
Constants :
- Set g_Acceleration = 981.00
- Set t_TimeStep = 0.03
- Set h_JumpHight = 300.00
- Set x = 1000.00
- Set x = (x - (g_Acceleration x t_TimeStep))
- Set _tempPointDXD_2D = (Position of Jumper)
- Set JumpTempPoint = (_tempPointDXD_2D offset by ((0, (X x t_TimeStep)))
- Unit - Move Jumper instantly to JumpTempPoint
- Set X = 29.43