docs: update math API docs
This commit is contained in:
@@ -9,7 +9,7 @@ bool Contains(const Vector2& point) const
|
||||
**参数:**
|
||||
- `point` - 要检测的二维点
|
||||
|
||||
**返回:** `bool` - 点在矩形内(包含边界)返回 true
|
||||
**返回:** `bool` - 点在矩形内(左上边界包含,右下边界不含)返回 true
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user