mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Cross-reference AABB and Rect2 in the class reference
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
</brief_description>
|
||||
<description>
|
||||
[Rect2] consists of a position, a size, and several utility functions. It is typically used for fast overlap tests.
|
||||
It uses floating point coordinates.
|
||||
It uses floating-point coordinates. If you need integer coordinates, use [Rect2i] instead.
|
||||
The 3D counterpart to [Rect2] is [AABB].
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Math tutorial index">https://docs.godotengine.org/en/latest/tutorials/math/index.html</link>
|
||||
|
||||
Reference in New Issue
Block a user