QMultQuatVector3

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

Multiplies a vector3 with a quaternion. Added by NVSE 4.2.3.

Syntax

[help]
(none) QMultQuatVector3 Out_X:string Out_Y:string Out_Z:string Quat_W:float Quat_X:float Quat_Y:float Quat_Z:float Vector_X:float Vector_Y:float Vector_Z:float 

Or:

(none) QMultV3 Out_X:string Out_Y:string Out_Z:string Quat_W:float Quat_X:float Quat_Y:float Quat_Z:float Vector_X:float Vector_Y:float Vector_Z:float