mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Warn when using an AABB or Rect2 with a negative size
This commit is contained in:
parent
e223a9c129
commit
9687f6fca3
7 changed files with 140 additions and 5 deletions
|
|
@ -7,6 +7,7 @@
|
|||
[Rect2] consists of a position, a size, and several utility functions. It is typically used for fast overlap tests.
|
||||
It uses floating-point coordinates. If you need integer coordinates, use [Rect2i] instead.
|
||||
The 3D counterpart to [Rect2] is [AABB].
|
||||
Negative values for [member size] are not supported and will not work for most methods. Use [method abs] to get a Rect2 with a positive size.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Math documentation index">$DOCS_URL/tutorials/math/index.html</link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue