This commit is contained in:
sloop
2016-08-02 03:40:57 +08:00
parent bb18cc0b9d
commit 0bcc71aa7b

View File

@@ -1,5 +1,8 @@
# Matrix基础篇 # Matrix基础篇
### 作者微博: [@GcsSloop](http://weibo.com/GcsSloop)
### [【本系列相关文章】](https://github.com/GcsSloop/AndroidNote/tree/master/CustomView/README.md)
## 目录 ## 目录
@@ -417,17 +420,19 @@ matrix.postScale(0.5f, 0.5f, pivotX, pivotY);
特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作 特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作
矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ... 矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ...
## 总结
## About Me
### 作者微博: [@GcsSloop](http://weibo.com/GcsSloop)
<a href="https://github.com/GcsSloop/AndroidNote/blob/magic-world/FINDME.md" target="_blank"> <img src="http://ww4.sinaimg.cn/large/005Xtdi2gw1f1qn89ihu3j315o0dwwjc.jpg" width=300 height=100 /> </a>
## 参考资料
[]()<br/>
[]()<br/>
[]()<br/>
[]()<br/>
[]()<br/>