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

@@ -10,7 +10,7 @@ bool Contains(float px, float py) const
- `px` - 点的 x 坐标
- `py` - 点的 y 坐标
**返回:** `bool` - 点在矩形内(包含边界)返回 true
**返回:** `bool` - 点在矩形内(左上边界包含,右下边界不含)返回 true
**复杂度:** O(1)