This commit is contained in:
sloop
2016-07-21 15:04:25 +08:00
committed by GitHub
parent 949ea23e1a
commit 20b66a4bce

View File

@@ -51,10 +51,10 @@ C = 2πr;
可得: 可得:
**弧度 = 角度xπ/180** 公式 | 例子
----------------------|---------------------
**度 = 度x180** **度 = 度xπ/180** | 2π 360 x π / 180
**角度 = 弧度x180/π** | 360 2π x 180 / π
## 四.一些细节问题 ## 四.一些细节问题
由于默认屏幕坐标系和常见数学坐标系的小差别([坐标系问题点这里](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Base/%5B1%5DCoordinateSystem.md)),所以在角上必然也会存在一些区别,例如: 由于默认屏幕坐标系和常见数学坐标系的小差别([坐标系问题点这里](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Base/%5B1%5DCoordinateSystem.md)),所以在角上必然也会存在一些区别,例如: