diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-21 14:24:59 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-21 14:24:59 +0200 |
| commit | 1094239f56c8706c14e494bd5ced0462bead6e2b (patch) | |
| tree | 23bc1efc278fce0fa47569d7829002092a5df6ca | |
| parent | 184e603c9923e6c770d43808afd0afc68e9cfe8b (diff) | |
| parent | 73fb7f0fc076ca8579504cf7f0851999feba266b (diff) | |
| download | redot-engine-1094239f56c8706c14e494bd5ced0462bead6e2b.tar.gz | |
Merge pull request #81249 from beyarkay/patch-1
[docs] Update AABB `get_support` description
| -rw-r--r-- | doc/classes/AABB.xml | 2 |
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"> |
