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

VRageMath.Matrix3x3.CreateFromQuaternion

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMatrix3x3

csharp[Matrix3x3](VRageMath.Matrix3x3) CreateFromQuaternion([Quaternion](VRageMath.Quaternion) quaternion)##### Summary

Creates a rotation Matrix3x3 from a Quaternion.

csharpvoid CreateFromQuaternion(ref [Quaternion](VRageMath.Quaternion) quaternion, ref [Matrix3x3](VRageMath.Matrix3x3) result)##### Summary

Creates a rotation Matrix3x3 from a Quaternion.

Clone this wiki locally