假设圆心坐标为 (h, k),半径为 r,则将圆等分为 n 份的公式为: θ = 2π/n x = h + rcos(θi) y = k + rsin(θi) 其中,i 为 0 到 n-1 之间的整数,θ 为第 i 个点的角度。