Click or drag to resize

QuaternionConcatenate Method

Creates a new Quaternion that contains concatenation between two quaternion.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static Quaternion Concatenate(
	Quaternion value1,
	Quaternion value2
)

Parameters

value1
Type: SampSharp.Entities.SAMPQuaternion
The first Quaternion to concatenate.
value2
Type: SampSharp.Entities.SAMPQuaternion
The second Quaternion to concatenate.

Return Value

Type: Quaternion
The result of rotation of value1 followed by value2 rotation.
See Also