Hi all,
I know this should be basic but i just cant seem to get it right, i want an object moving around another one at a fixed distance from the center point at a constant velocity, it is in 2d, i've got it moving in arcs, ovals etc, but never in a circle :-)

i was simply using:
many thanks
I know this should be basic but i just cant seem to get it right, i want an object moving around another one at a fixed distance from the center point at a constant velocity, it is in 2d, i've got it moving in arcs, ovals etc, but never in a circle :-)

i was simply using:
x=x+cos((pi/180)+angle)*radius y=y+sin((pi/180)+angle)*radius
many thanks