Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

VRageMath.QuaternionD.Concatenate

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

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

Clone this wiki locally