We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60b674 commit 66b3b5aCopy full SHA for 66b3b5a
QuickChart/Matrix.md
@@ -9,4 +9,8 @@
9
前乘(pre) | preConcat preRotate preScale preSkew preTranslate | 前乘变换
10
后乘(post) | postConcat postRotate postScale postSkew postTranslate | 后乘变换
11
特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作
12
-矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ...
+矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ...
13
+
14
+## 相关文章
15
16
+* [Matrix原理](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B09%5DMatrix_Basic.md)
0 commit comments