-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.Quaternion.Concatenate
← Index ← Quaternion
csharp[Quaternion](VRageMath.Quaternion) Concatenate([Quaternion](VRageMath.Quaternion) value1, [Quaternion](VRageMath.Quaternion) value2)
##### Summary
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
csharpvoid Concatenate(ref [Quaternion](VRageMath.Quaternion) value1, ref [Quaternion](VRageMath.Quaternion) value2, ref [Quaternion](VRageMath.Quaternion) result)
##### Summary
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!