Core: Rename math 'phi' arguments to 'angle'

(cherry picked from commit e7a58a7eb6)
This commit is contained in:
Rémi Verschelde
2022-05-05 13:25:04 +02:00
parent 15f9803d28
commit 9e37599f36
19 changed files with 72 additions and 72 deletions

View File

@@ -224,9 +224,9 @@
</method>
<method name="rotated">
<return type="Vector2" />
<argument index="0" name="phi" type="float" />
<argument index="0" name="angle" type="float" />
<description>
Returns the vector rotated by [code]phi[/code] radians. See also [method @GDScript.deg2rad].
Returns the vector rotated by [code]angle[/code] (in radians). See also [method @GDScript.deg2rad].
</description>
</method>
<method name="round">