doc: Sync classref with current source
This commit is contained in:
@@ -120,9 +120,9 @@
|
||||
<method name="atan2">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="x" type="float">
|
||||
<argument index="0" name="y" type="float">
|
||||
</argument>
|
||||
<argument index="1" name="y" type="float">
|
||||
<argument index="1" name="x" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the arc tangent of [code]y/x[/code] in radians. Use to get the angle of tangent [code]y/x[/code]. To compute the value, the method takes into account the sign of both arguments in order to determine the quadrant.
|
||||
|
||||
Reference in New Issue
Block a user