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