mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Sync classref with current source
Also fix binding of Basis.slerp
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user