i will findout!!
http://minord.blogspot.tw/2010/10/silverlight_7410.html
如何計算兩條線的角度
設兩條直線的斜率分別為m1,m2,其夾角為R,注意此R有兩解,
則 tanR=(m1-m2/1+m1*m2) 與 tanR=-(m1-m2/1+m1*m2)
一個完整的圓的弧度是2π,所以2π rad = 360°,1 π rad = 180°(約57.29578°),1°=π/180 rad。
以度數表示的角度,把數字乘以π/180便轉換成弧度;以弧度表示的角度,乘以180/π便轉換成度數。
- Sep 08 Sat 2012 21:32
-
如何確定程式算出的角度是正確的? (How to determine the program to calculate the angle is correct?)
請先 登入 以發表留言。