Update matrix chart

This commit is contained in:
sloop
2016-08-10 02:25:03 +08:00
committed by GitHub
parent a60b674cef
commit 66b3b5a9f3

View File

@@ -10,3 +10,7 @@
后乘(post) | postConcat postRotate postScale postSkew postTranslate | 后乘变换 后乘(post) | postConcat postRotate postScale postSkew postTranslate | 后乘变换
特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作 特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作
矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ... 矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ...
## 相关文章
* [Matrix原理](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B09%5DMatrix_Basic.md)