更新3.3

This commit is contained in:
boybook
2025-03-18 14:46:12 +08:00
parent e0e8ad3192
commit 481c844a80
11938 changed files with 149901 additions and 23781 deletions

View File

@@ -1,5 +1,5 @@
---
front:
front:
hard: 入门
time: 分钟
---
@@ -273,7 +273,7 @@ print a * b # 打印结果约为 (0, 0, 0, 1) 可能因为精度问题出现
| 数据类型 | 说明 |
| :------- | :--------------- |
| float | 该向量长度的平方 |
| float | 该向量长度 |
- 示例
@@ -295,7 +295,7 @@ print q.Length() # 打印 5
| 数据类型 | 说明 |
| :------- | :------------------- |
| float | 该向量标准化后的向量 |
| float | 该向量的长度的平方 |
- 示例