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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic 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:
QuaternionResult of the quaternion multiplication with a scalar.
See Also