Merge pull request #94389 from RTTEXFile/patch-1

Fix typo in AABB docs
This commit is contained in:
Rémi Verschelde 2024-07-17 11:44:12 +02:00
commit b70f96fa39
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -170,7 +170,7 @@
<method name="get_shortest_axis" qualifiers="const">
<return type="Vector3" />
<description>
Returns the shortest normaalized axis of this bounding box's [member size], as a [Vector3] ([constant Vector3.RIGHT], [constant Vector3.UP], or [constant Vector3.BACK]).
Returns the shortest normalized axis of this bounding box's [member size], as a [Vector3] ([constant Vector3.RIGHT], [constant Vector3.UP], or [constant Vector3.BACK]).
[codeblocks]
[gdscript]
var box = AABB(Vector3(0, 0, 0), Vector3(2, 4, 8))