Sync classref with current source
Also fix binding of Basis.slerp
This commit is contained in:
parent
ddc24347ba
commit
4c5dd51eb9
24 changed files with 407 additions and 62 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
Returns the vector's angle in radians with respect to the x-axis, or [code](1, 0)[/code] vector.
|
||||
Returns the vector's angle in radians with respect to the x-axis, or [code](1, 0)[/code] vector.
|
||||
Equivalent to the result of atan2 when called with the vector's x and y as parameters: [code]atan2(x, y)[/code].
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -190,7 +190,7 @@
|
|||
<argument index="0" name="n" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the vector reflected from a plane defined by the given normal.
|
||||
Returns the vector reflected from a plane defined by the given normal.
|
||||
</description>
|
||||
</method>
|
||||
<method name="rotated">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue