mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Core: Rename math 'phi' arguments to 'angle'
(cherry picked from commit e7a58a7eb6)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user