Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Quaternion.CreateFromRotationMatrix

Malware edited this page Dec 24, 2018 · 18 revisions

IndexQuaternion

Quaternion CreateFromRotationMatrix(MatrixD matrix)

Quaternion CreateFromRotationMatrix(Matrix matrix)

Summary

Creates a Quaternion from a rotation Matrix.

void CreateFromRotationMatrix(ref MatrixD matrix, ref Quaternion result)

void CreateFromRotationMatrix(ref Matrix matrix, ref Quaternion result)

Summary

Creates a Quaternion from a rotation Matrix.

void CreateFromRotationMatrix(ref Matrix3x3 matrix, ref Quaternion result)

Summary

Creates a Quaternion from a rotation Matrix.

Clone this wiki locally