QInterpolateAlt

From GECK
Jump to: navigation, search


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

[help]
(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