Hi guys,
I'm having a slight issue in calculating the speed and vector of a projectile to ensure it will always hit a moving target.
Assuming all speeds are constant, with only and x and y axis, and are moving in meters per second:
If I fire a projectile at my enemy, at a speed of 10m/s, that is 20 meters away and the enemy is moving in a straight line at 10m/s.... how can I find the projectile's moving vector to ensure that the projectile and the enemy meet at the same point?
I hope it makes sense, let me know if anyone needs anymore explanation.
Thanks for any help!