Skip to content

Commit

Permalink
Merge pull request godotengine#101330 from Hakunamawatta/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Basis `get_rotation_quaternion` doc
  • Loading branch information
akien-mga committed Jan 9, 2025
2 parents cb483e5 + 1250d98 commit 3c1c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Basis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<return type="Quaternion" />
<description>
Returns this basis's rotation as a [Quaternion].
[b]Note:[/b] Quatenions are much more suitable for 3D math but are less intuitive. For user interfaces, consider using the [method get_euler] method, which returns Euler angles.
[b]Note:[/b] Quaternions are much more suitable for 3D math but are less intuitive. For user interfaces, consider using the [method get_euler] method, which returns Euler angles.
</description>
</method>
<method name="get_scale" qualifiers="const">
Expand Down

0 comments on commit 3c1c538

Please sign in to comment.