Click or drag to resize

QuaternionMultiply Operator (Quaternion, Single)

Multiplies the components of quaternion by a scalar.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static Quaternion operator *(
	Quaternion quaternion1,
	float scaleFactor
)

Parameters

quaternion1
Type: SampSharp.Entities.SAMPQuaternion
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