mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[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.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user