diff options
author | Silc 'Tokage' Renew <tokage.it.lab@gmail.com> | 2022-03-16 01:35:25 +0900 |
---|---|---|
committer | Silc 'Tokage' Renew <tokage.it.lab@gmail.com> | 2022-03-16 05:11:55 +0900 |
commit | b06d253920ba540831c0ce078b95c399623be5fc (patch) | |
tree | a26cdfa24eed43cb9b96e4b033a92504633881f3 /doc/classes | |
parent | 7866c984798de62cbb9028f3d1eee947809e0aa9 (diff) |
Fix blend animation to solve TRS track bug & blend order inconsistency
Diffstat (limited to 'doc/classes')
-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 c94b649b58..b962cf35cb 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> |