How do I find the length of x and y?
I have a projectile that move by 30 on every iteration towards target but I want to apply that 30 to the parabola plane instead to the line straight to the target.
I used this function to make the arc projection:
function Parabola takes real h, real d, real...