I want to be able to find out how fast an object should be shot given the angle it is shot from and the point at which it will hit. How would I go about doing this? Here's what I have looked at so far: http://www.jqjacobs.net/astro/arc_form.html#formula The velocity of an object in Algodoo is in X and Y values.
- Code: Select all
Angle = 45°
Velocity = [?, ?] m/s
Point it will hit = [0, 10]
I hope that you can understand what I wrote. I tried my best to describe it in as much detail as possible. I thank you for any help that you will give me.
