hi folks!
I have two plates with different positions in space like shown in the image. I need to find out what side-force is needed to shoot a misile from one plate to another. the up-force is given, the rocket has mass = 1.
![alt text][1]
I need to calculate the side-force that is needed to hit the second plate in its center to use it in
`missile.rigidbody.AddForce(new Vector3(`SIDEforce,UPForce, 0));
by only using the given up-force and the distance-vector between the two plates.
any hints? thnx!
[1]: /storage/temp/8342-rocketscience.jpg
↧