Skip to content

Commit

Permalink
Merge pull request #81249 from beyarkay/patch-1
Browse files Browse the repository at this point in the history
[docs] Update AABB `get_support` description
  • Loading branch information
akien-mga committed Sep 21, 2023
2 parents 184e603 + 73fb7f0 commit 1094239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/AABB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 1094239

Please sign in to comment.