diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-17 10:49:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 10:49:34 +0100 |
commit | bc576af969390fde3a5e4d56937e6f531d4db3ae (patch) | |
tree | aa007ec7a9e61dde42e1c69474313aefda4bc98d /doc | |
parent | f995f479652fc390c90030e65737b2ded21c9a8e (diff) | |
parent | b06d253920ba540831c0ce078b95c399623be5fc (diff) |
Merge pull request #57675 from TokageItLab/fix-blending
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Quaternion.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index 8a440d9024..48e6317b11 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -91,6 +91,11 @@ Returns the dot product of two quaternions. </description> </method> + <method name="exp" qualifiers="const"> + <return type="Quaternion" /> + <description> + </description> + </method> <method name="get_angle" qualifiers="const"> <return type="float" /> <description> @@ -138,6 +143,11 @@ Returns the length of the quaternion, squared. </description> </method> + <method name="log" qualifiers="const"> + <return type="Quaternion" /> + <description> + </description> + </method> <method name="normalized" qualifiers="const"> <return type="Quaternion" /> <description> |