python Math.atan2() degrees()

Danny明澤發表於2020-12-16

degrees() 將弧度轉換為角度。

Math.atan2() 返回從原點(0,0)到(x,y)點的線段與x軸正方向之間的平面角度(弧度值),也就是Math.atan2(y,x)

相關文章