summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeyarkay <boydrkane@gmail.com>2023-09-20 16:38:43 +0200
committerbeyarkay <boydrkane@gmail.com>2023-09-20 16:38:43 +0200
commit73fb7f0fc076ca8579504cf7f0851999feba266b (patch)
tree0402d09bcfb9bea8b5cfc50f5ba50bdaf7738860
parentd2ae309f2cec2000257c1ff203a64170fc146b17 (diff)
downloadredot-engine-73fb7f0fc076ca8579504cf7f0851999feba266b.tar.gz
[docs] update AABB `get_support` description
This is a simple documentation edit. It updates the description of the get_support method in AABB to explain what a support point is.
-rw-r--r--doc/classes/AABB.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AABB.xml b/doc/classes/AABB.xml
index 0aa493361d..a803e4f106 100644
--- a/doc/classes/AABB.xml
+++ b/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">