docs: update math API docs
This commit is contained in:
@@ -10,7 +10,7 @@ bool Contains(float px, float py) const
|
||||
- `px` - 点的 x 坐标
|
||||
- `py` - 点的 y 坐标
|
||||
|
||||
**返回:** `bool` - 点在矩形内(包含边界)返回 true
|
||||
**返回:** `bool` - 点在矩形内(左上边界包含,右下边界不含)返回 true
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user