mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix blend animation to solve TRS track bug & blend order inconsistency
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user