SampSharp
SampSharp
SampSharp.Entities.SAMP
Quaternion Structure
Quaternion Methods
Concatenate Method
Conjugate Method
CreateFromAxisAngle Method
CreateFromRotationMatrix Method
CreateFromYawPitchRoll Method
Dot Method
Equals Method
GetHashCode Method
Lerp Method
Normalize Method
Slerp Method
ToVector4 Method
Quaternion
Concatenate 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#
Copy
public
static
Quaternion
Concatenate
(
Quaternion
value1
,
Quaternion
value2
)
Parameters
value1
Type:
SampSharp.Entities.SAMP
Quaternion
The first
Quaternion
to concatenate.
value2
Type:
SampSharp.Entities.SAMP
Quaternion
The second
Quaternion
to concatenate.
Return Value
Type:
Quaternion
The result of rotation of
value1
followed by
value2
rotation.
See Also
Reference
Quaternion Structure
SampSharp.Entities.SAMP Namespace