Преглед на файлове

Merge pull request #81249 from beyarkay/patch-1

[docs] Update AABB `get_support` description
Rémi Verschelde преди 1 година
родител
ревизия
1094239f56
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/classes/AABB.xml

+ 1 - 1
doc/classes/AABB.xml

@@ -126,7 +126,7 @@
 			<return type="Vector3" />
 			<param index="0" name="dir" type="Vector3" />
 			<description>
-				Returns the support point in a given direction. This is useful for collision detection algorithms.
+				Returns the vertex of the AABB that's the farthest in a given direction. This point is commonly known as the support point in collision detection algorithms.
 			</description>
 		</method>
 		<method name="get_volume" qualifiers="const">