QToEuler

From GECK
(Redirected from Qtoe)
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Converts a given quaternion to euler angles. Two methods are available: the default is normalized linear interpolation, and optionally spherical linear interpolation.

Syntax

[help]
(none) QToEuler Elevation:string Bank:string Heading:string Quat_W:float Quat_X:float Quat_Y:float Quat_Z:float UseSLI:bool 

Or:

(none) QToE Elevation:string Bank:string Heading:string Quat_W:float Quat_X:float Quat_Y:float Quat_Z:float UseSLI:bool