QInterpolate

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Interpolates between two given quaternions. Two methods are available: the default is normalized linear interpolation, and optionally spherical linear interpolation.

Syntax

[help]
(none) QInterpolate Out_W:string Out_X:string Out_Y:string Out_Z:string QuatA_W:float QuatA_X:float QuatA_Y:float QuatA_Z:float QuatB_W:float QuatB_X:float QuatB_Y:float QuatB_Z:float Ratio:float UseSLI:bool 

Or:

(none) QInt Out_W:string Out_X:string Out_Y:string Out_Z:string QuatA_W:float QuatA_X:float QuatA_Y:float QuatA_Z:float QuatB_W:float QuatB_X:float QuatB_Y:float QuatB_Z:float Ratio:float UseSLI:bool