doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-09-21 09:33:05 +02:00
parent 8e4b18a721
commit 83758a9004
6 changed files with 31 additions and 34 deletions

View File

@@ -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.