Skip to content

VRageMath.MatrixD.Subtract

Morten Aune Lyrstad edited this page Feb 3, 2022 · 19 revisions

IndexNamespace IndexMatrixD

Summary

public static void Subtract(ref MatrixD matrix1, ref MatrixD matrix2, out MatrixD result)

Subtracts matrices.

Parameters

Summary

public static Matrix Subtract(Matrix matrix1, Matrix matrix2)

Subtracts matrices.

Returns

Matrix

Parameters

Clone this wiki locally