VRageMath.QuaternionD.Concatenate - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← QuaternionD
public static QuaternionD Concatenate(QuaternionD value1, QuaternionD value2)
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
- QuaternionD value1
- QuaternionD value2
public static void Concatenate(ref QuaternionD value1, ref QuaternionD value2, out QuaternionD result)
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
- QuaternionD value1
- QuaternionD value2
- QuaternionD result