How to make a bullet shot arch from two points?

So how would I go about making a bullet shot arch from the start to end point? I read that you could calculate 3 points and make the bullet go to those points, but wouldn’t that look like a triangle instead of an arch?

Maybe you could look into using bezier curves for this?

Apologies as I’m bad with math, so I can’t provide you an example. I think this would work though, as it’s useful for creating angles like that from P1 to P2.

Some one feel free to correct me if I’m wrong

1 Like