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

VRageMath.MatrixD.Transform

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMatrixD

Summary

public MatrixD Transform(MatrixD value, Quaternion rotation)

Transforms a Matrix by applying a Quaternion rotation.

Returns

MatrixD

Parameters

Summary

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

Transforms a Matrix by applying a Quaternion rotation.

Parameters

Clone this wiki locally