QToEuler

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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. Added by NVSE 4.2.3.

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