Initial direction of intersection between two moving vehicles?

Posted by Larolaro on Game Development See other posts from Game Development or by Larolaro
Published on 2012-10-19T22:04:32Z Indexed on 2012/10/19 23:22 UTC
Read the original article Hit count: 242

Filed under:
|

I'm working with a bit of projectile prediction for my AI and I'm looking for some ideas, any input?

If a blue vehicle is moving in a direction at a constant speed of X m/s and a stationary orange vehicle has a rocket that travels Y m/s, which initial direction would the orange vehicle have to fire the rocket for it to hit the blue vehicle at the earliest time in the future?

Initial direction of intersection

Thanks for reading!

© Game Development or respective owner

Related posts about math

Related posts about projectile-physics