|
|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-10-01 11:33:27
|
|
|
- * @LastEditTime: 2022-02-19 16:50:24
|
|
|
+ * @LastEditTime: 2022-02-19 17:04:58
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: D:\MarkdownLog\图形学.md
|
|
|
@@ -25,11 +25,11 @@
|
|
|
|
|
|
### 点乘
|
|
|
|
|
|
-$$
|
|
|
+```math
|
|
|
\vec{A} = (^{x} _{y}) \\
|
|
|
\vec{A}^T = (x, y) \\
|
|
|
\lVert \vec{A} = \sqrt{x ^2 + y^2} \rVert \\
|
|
|
-$$
|
|
|
+```
|
|
|
|
|
|
向量之间的点乘
|
|
|
|