I have to find the necessary translations in X and Y to move a point 0n a circle to another one.
I have a center (X and Y coordinates), a radius, and a current position in radians. And given a value in radians (the amount I want to translate), I have to find the amount of values in X and Y I have to move to get to that position.
So, for example, if default values are (2, 3) for the center, the radius is 3 and the starting radian position is 0. The starting point will be (5, 3) and I if I want to move the position 0.2 radians, I want to know how many units of X and Y I have to make to go to that position.
This is a simple drawing of what I want to do. Also, check out which one is the 0 radian starting position (rightmost part)