docs: Remove sub-headers from 公共方法 sections to follow SKILL.md规范

This commit is contained in:
2026-03-19 01:59:38 +08:00
parent b46d450429
commit 8e85fd98b8
13 changed files with 3 additions and 314 deletions

View File

@@ -28,17 +28,7 @@ struct Transform {
|------|--------|------|
| [ToMatrix()](tomatrix.md) | `Matrix4` | 转换为 4x4 变换矩阵 |
| [Inverse()](inverse.md) | `Transform` | 逆变换 |
### 运算符
| 运算符 | 返回值 | 描述 |
|--------|--------|------|
| `operator*(Transform, Transform)` | `Transform` | 组合变换 |
### 空间变换
| 方法 | 返回值 | 描述 |
|------|--------|------|
| [TransformPoint(point)](transformpoint.md) | `Vector3` | 变换点(带平移) |
| [TransformDirection(direction)](transformdirection.md) | `Vector3` | 变换方向(包含旋转和缩放) |
| [InverseTransformPoint(point)](inversetransformpoint.md) | `Vector3` | 逆变换点 |