Skip to content

Commit 66b3b5a

Browse files
authored
Update matrix chart
1 parent a60b674 commit 66b3b5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

QuickChart/Matrix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
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 isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ...
13+
14+
## 相关文章
15+
16+
* [Matrix原理](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B09%5DMatrix_Basic.md)

0 commit comments

Comments
 (0)