mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Warn when using an AABB or Rect2 with a negative size
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user