I am trying to make a game where a drone approaches a ship, that may be moving, and then orbits it at a set distance. I know that if the drone is already moving in a circle of uniform motion then I use
a = \frac{v^{r}}{r}
I then take that magnitude and an angle derived from atan2 with cos...