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 25, 2018 · 18 revisions

IndexQuaternion

Summary

public public sealed struct Quaternion CreateFromRotationMatrix(public sealed struct MatrixD matrix)

Returns

Example

Remarks

Summary

public public sealed struct Quaternion CreateFromRotationMatrix(public sealed struct Matrix matrix)

Creates a Quaternion from a rotation Matrix.

Returns

Example

Remarks

Summary

public void CreateFromRotationMatrix(ref public sealed struct MatrixD matrix, ref public sealed struct Quaternion result)

Returns

Example

Remarks

Summary

public void CreateFromRotationMatrix(ref public sealed struct Matrix matrix, ref public sealed struct Quaternion result)

Creates a Quaternion from a rotation Matrix.

Returns

Example

Remarks

Summary

public void CreateFromRotationMatrix(ref public sealed struct Matrix3x3 matrix, ref public sealed struct Quaternion result)

Creates a Quaternion from a rotation Matrix.

Returns

Example

Remarks

Clone this wiki locally