docs: update math API docs

This commit is contained in:
2026-03-20 02:35:15 +08:00
parent e165dbea1c
commit c5b17239ca
243 changed files with 5307 additions and 1327 deletions

View File

@@ -9,7 +9,7 @@ bool Contains(const Vector2& point) const
**参数:**
- `point` - 要检测的二维点
**返回:** `bool` - 点在矩形内(包含边界)返回 true
**返回:** `bool` - 点在矩形内(左上边界包含,右下边界不含)返回 true
**复杂度:** O(1)