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

VRageMath.Matrix.Transform

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMatrix

Summary

public Matrix Transform(Matrix value, Quaternion rotation)

Transforms a Matrix by applying a Quaternion rotation.

Returns

Example

Remarks

Summary

public void Transform(ref Matrix value, ref Quaternion rotation, ref Matrix result)

Transforms a Matrix by applying a Quaternion rotation.

Returns

Example

Remarks

Clone this wiki locally