Matrix3x3 GetQuaternion
From GECK
(Redirected from Mat GetQuat)
A function added by the ShowOff NVSE Plugin version 1.40.
Description
Returns the Quaternion associated with the 3x3 Rotation Matrix.
The quaternion array is laid out as such: [w, x, y, z].
Syntax
(quaternion:array) Matrix3x3_GetQuaternion 3x3RotationMatrix:array_var
Or:
(quaternion:array) Mat_GetQuat 3x3RotationMatrix:array_var