diff --git a/CustomView/Base/[2]AngleAndRadian.md b/CustomView/Base/[2]AngleAndRadian.md index 295b006..bb974da 100644 --- a/CustomView/Base/[2]AngleAndRadian.md +++ b/CustomView/Base/[2]AngleAndRadian.md @@ -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)),所以在角上必然也会存在一些区别,例如: