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

VRageMath.QuaternionD.CreateFromRotationMatrix

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

IndexNamespace IndexQuaternionD

Summary

public static QuaternionD CreateFromRotationMatrix(MatrixD matrix)

Creates a QuaternionD from a rotation MatrixD.

Returns

QuaternionD

Parameters

Summary

public static void CreateFromRotationMatrix(ref MatrixD matrix, out QuaternionD result)

Creates a QuaternionD from a rotation MatrixD.

Parameters

Clone this wiki locally