Click or drag to resize

QuaternionMultiply Operator (Quaternion, Single)

Multiplies the components of quaternion by a scalar.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static Quaternion operator *(
	Quaternion quaternion1,
	float scaleFactor
)

Parameters

quaternion1
Type: SampSharp.GameModeQuaternion
Source Vector3 on the left of the mul sign.
scaleFactor
Type: SystemSingle
Scalar value on the right of the mul sign.

Return Value

Type: Quaternion
Result of the quaternion multiplication with a scalar.
See Also