标签: ios math
如何在旋钮调整的圆形路径中移动圆圈?
答案 0 :(得分:2)
xcord = centerX+(radius*cos(theta)) ycord = centerY+(radius*cos(theta)) put the circle in (xcord,ycord) increment theta by a small radian value.......