wealon
我是wealon 专注于iOS 移动App开发

导航

 


iOS 中关于角度与弧度的转换


#define RADIANS_TO_DEGREES(x) ((x)/M_PI*180.0) #define DEGREES_TO_RADIANS(x) ((x)/180.0*M_PI)
posted on 2016-03-05 14:46  wealon  阅读(1193)  评论(0编辑  收藏  举报