Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到一个枢轴点(通过整数坐标)和一条穿过该点并与水平线成 x 度的线。该线绕枢轴点顺时针旋转 360 度,速度 s= 0.001 度/秒。我现在有 N 个点(带有整数坐标),我必须按照线与这些点接触的顺序对这些点进行排序。我该如何计算这个?先感谢您。
您需要执行与以下等效的操作:
x
编写取两个点的比较函数,并将它们与水平线形成的角度进行比较。