summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-09-24 18:19:55 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-10-21 17:54:49 -0500
commit7f9a8c99c93693023a96eb08afd3d9a723663279 (patch)
tree4842b94709e5ca15a4d73ca0b3da3b1ac753041a /doc
parente73ff0e961da2b57f4ff63185c0929cc222c7372 (diff)
Clean up Basis from Euler code
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Basis.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml
index 0f1f4b57a9..652d6d2407 100644
--- a/doc/classes/Basis.xml
+++ b/doc/classes/Basis.xml
@@ -70,7 +70,7 @@
<param index="0" name="euler" type="Vector3" />
<param index="1" name="order" type="int" default="2" />
<description>
- Creates a [Basis] from the given [Vector3] representing Euler angles. [param order] determines in what order rotation components are applied. Defaults to [constant EULER_ORDER_YXZ].
+ Constructs a pure rotation Basis matrix from Euler angles in the specified Euler rotation order. By default, use YXZ order (most common).
</description>
</method>
<method name="from_scale" qualifiers="static">