diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-05 15:25:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 15:25:30 +0200 |
commit | ccef98441e0c6869876b4b075cb27e694e3b9ed3 (patch) | |
tree | 1614191803e6ba7d28d435e512743b770099218f /doc/classes/Vector3.xml | |
parent | 7a30317367fb1020831fb9682683531d92a74000 (diff) | |
parent | e7a58a7eb6d45b530eeaea88cfa29adcd8df02f3 (diff) |
Merge pull request #60784 from akien-mga/faire-phi-des-anglois
Diffstat (limited to 'doc/classes/Vector3.xml')
-rw-r--r-- | doc/classes/Vector3.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 18204943fd..d907ceb52b 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -258,10 +258,10 @@ </method> <method name="rotated" qualifiers="const"> <return type="Vector3" /> - <argument index="0" name="by_axis" type="Vector3" /> - <argument index="1" name="phi" type="float" /> + <argument index="0" name="axis" type="Vector3" /> + <argument index="1" name="angle" type="float" /> <description> - Rotates this vector around a given axis by [code]phi[/code] radians. The axis must be a normalized vector. + Rotates this vector around a given axis by [code]angle[/code] (in radians). The axis must be a normalized vector. </description> </method> <method name="round" qualifiers="const"> |