docs: Remove sub-headers from 公共方法 sections to follow SKILL.md规范
This commit is contained in:
@@ -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` | 逆变换点 |
|
||||
|
||||
Reference in New Issue
Block a user