X Tutup
Skip to content

Commit 70c3ce0

Browse files
committed
Add Matrix Chart
1 parent c4813f5 commit 70c3ce0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

QuickChart/Matrix.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Matrix常用操作速查表
2+
3+
方法类别 | 相关API | 摘要
4+
-----------|---------------------------------------------------------|------------------------
5+
基本方法 | equals hashCode toString toShortString | 比较、 获取哈希值、 转换为字符串
6+
数值操作 | set reset setValues getValues | 设置、 重置、 设置数值、 获取数值
7+
数值计算 | mapPoints mapRadius mapRect mapVectors | 计算变换后的数值
8+
设置(set) | setConcat setRotate setScale setSkew setTranslate | 设置变换
9+
前乘(pre) | preConcat preRotate preScale preSkew preTranslate | 前乘变换
10+
后乘(post) | postConcat postRotate postScale postSkew postTranslate | 后乘变换
11+
特殊方法 | setPolyToPoly setRectToRect rectStaysRect setSinCos | 一些特殊操作
12+
矩阵相关 | invert isAffine isIdentity | 求逆矩阵、 是否为仿射矩阵、 是否为单位矩阵 ...

0 commit comments

Comments
 (0)
X Tutup