docs: update math API docs
This commit is contained in:
@@ -8,6 +8,10 @@ static Vector2 Left()
|
||||
|
||||
**返回:** `Vector2` - 值为 (-1, 0) 的向量
|
||||
|
||||
**线程安全:** ✅
|
||||
|
||||
**异常:** (无)
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
**示例:**
|
||||
@@ -15,3 +19,7 @@ static Vector2 Left()
|
||||
```cpp
|
||||
Vector2 left = Vector2::Left();
|
||||
```
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [Vector2](vector2.md) - 返回类总览
|
||||
|
||||
Reference in New Issue
Block a user