From 83634119d42595498e42685556a577c12145e20b Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 1 Nov 2022 08:11:09 -0500 Subject: Replace Quaternion Euler constructor with `from_euler` method --- doc/classes/Quaternion.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index 99dffeff9d..08a9231751 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -41,12 +41,6 @@ Constructs a quaternion that will rotate around the given axis by the specified angle. The axis must be a normalized vector. - - - - - - @@ -86,6 +80,13 @@ + + + + + Constructs a Quaternion from Euler angles in YXZ rotation order. + + -- cgit v1.2.3