A little math problem about circular position changing

As you can see at below i have a missile model that i want to move on that blue line. The ending is mouse position and the start is missile’s primary part’s position.

I’ve tried to use math.cos, math.sin for this actually i can use them but don’t know how to use them on specific positions.

(Sorry for my grammar. I hope I conveyed what I wanted to say correctly. English is not my main language.)

There are multiple related topics to this problem. There is a very good tutorial on modeling a projectile’s motion here.

1 Like