Skip to content

Commit b4ee510

Browse files
committed
Update
1 parent cc43b68 commit b4ee510

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

QuickChart/Matrix.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
| 前乘(pre) | preConcat preRotate preScale preSkew preTranslate | 前乘变换 |
1010
| 后乘(post) | postConcat postRotate postScale postSkew postTranslate | 后乘变换 |
1111
| 特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作 |
12-
| 矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ... |
12+
| 矩阵相关 | invert isAffine(API21) isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ... |
1313

1414
## 相关文章
1515

16-
* [Matrix原理](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B09%5DMatrix_Basic.md)
16+
* [Matrix原理](http://www.gcssloop.com/2015/02/Matrix_Basic/)
17+
* [Matrix详解](http://www.gcssloop.com/2015/02/Matrix_Method/)

0 commit comments

Comments
 (0)