弧度角度換算
radian(弧度)
degree(角度)
PI(圓周率)
360度(角度) = 2PI
180度(角度) = 1PI
90度(角度) = 1/2 PI
PI ~= 3.1416個弧 = 180度角
一圓 = 2PI 約(6.2832弧)
(一個弧 = 57.2958角度)
180 / 3.1416 = 57.2958角度
角度轉弧度
radians = degrees * (Math.PI / 180)
(3.1416 / 180) = 一單位角度代表的弧度量
弧度轉角度
degress = radians * (180 / Math.PI)
(180度角 / 3.1416) = 一單位弧代表的角度量
沒有留言:
張貼留言