How to get the coordinate of moving circle

Hi,
I was rotating a circle against a pivot point by setting angle value in update (incrementing angle by 1 in update). I want to get the coordinate of circle while it was moving in circular path against pivot point. How will i get the x and y value?

you can store sprite.worldPosition values in array. That might solve your problem.