Core: Rename math 'phi' arguments to 'angle'
This commit is contained in:
parent
b05fbb21e5
commit
e7a58a7eb6
20 changed files with 73 additions and 73 deletions
|
|
@ -278,9 +278,9 @@
|
|||
</method>
|
||||
<method name="rotated" qualifiers="const">
|
||||
<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 @GlobalScope.deg2rad].
|
||||
Returns the vector rotated by [code]angle[/code] (in radians). See also [method @GlobalScope.deg2rad].
|
||||
</description>
|
||||
</method>
|
||||
<method name="round" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue