QuaternionMultiply Operator (Single, Quaternion)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Scales a quaternion by the given value.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Quaternion operator *(
	float scale,
	Quaternion quaternion
)

Parameters

scale
Type: SystemSingle
The amount by which to scale the quaternion.
quaternion
Type: RageQuaternion
The quaternion to scale.

Return Value

Type: Quaternion
The scaled quaternion.
See Also

Reference