Skip to content

Commit

Permalink
[docs] update AABB get_support description
Browse files Browse the repository at this point in the history
This is a simple documentation edit. It updates the description of the
get_support method in AABB to explain what a support point is.
  • Loading branch information
beyarkay committed Sep 20, 2023
1 parent d2ae309 commit 73fb7f0
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 73fb7f0

Please sign in to comment.