Merge pull request #52878 from AnilBK/add-get-center
This commit is contained in:
commit
ba57252bd8
33 changed files with 133 additions and 56 deletions
|
|
@ -61,6 +61,12 @@
|
|||
Returns the volume of the [AABB].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_center" qualifiers="const">
|
||||
<return type="Vector3" />
|
||||
<description>
|
||||
Returns the center of the [AABB], which is equal to [member position] + ([member size] / 2).
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_endpoint" qualifiers="const">
|
||||
<return type="Vector3" />
|
||||
<argument index="0" name="idx" type="int" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue