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

VRageMath.Matrix3x3.CreateFromQuaternion

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

IndexNamespace IndexMatrix3x3

Summary

public static Matrix3x3 CreateFromQuaternion(Quaternion quaternion)

Creates a rotation Matrix3x3 from a Quaternion.

Returns

Matrix3x3

Parameters

Summary

public static void CreateFromQuaternion(ref Quaternion quaternion, out Matrix3x3 result)

Creates a rotation Matrix3x3 from a Quaternion.

Parameters

Clone this wiki locally