VRageMath.QuaternionD.Concatenate - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexQuaternionD

Summary

public static QuaternionD Concatenate(QuaternionD value1, QuaternionD value2)

Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.

Returns

QuaternionD

Parameters

Summary

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.

Parameters

⚠️ **GitHub.com Fallback** ⚠️