We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501ccfd commit 2811e90Copy full SHA for 2811e90
CustomView/Advance/[09]Matrix_Basic.md
@@ -162,15 +162,15 @@ Matrix 是一个矩阵,最根本的作用就是坐标转换,下面我们就
162
163
前乘相当于矩阵的右乘:
164
165
-
+
166
167
> 这表示一个矩阵与一个特殊矩阵前乘后构造出结果矩阵。
168
169
### 后乘(post)
170
171
前乘相当于矩阵的左乘:
172
173
-
+
174
175
> 这表示一个矩阵与一个特殊矩阵后乘后构造出结果矩阵。
176
0 commit comments