QInterpolateAlt
From GECK
A function added by the AnhNVSE Plugin.
Description
Interpolates between two given quaternions. Two methods are available: the default is normalized linear interpolation, and optionally spherical linear interpolation.
Syntax
(Quat:array) QInterpolateAlt quatA:array quatB:array Ratio:float UseSLI:bool
Example
array_var quatA array_var quatB float fRatio int bUseSLI aResult = QInterpolateAlt quatA quatB fRatio bUseSLI