Skip to content

VRageMath.MatrixD.Negate

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

IndexNamespace IndexMatrixD

Summary

public static MatrixD Negate(MatrixD matrix)

Negates individual elements of a matrix.

Returns

MatrixD

Parameters

Summary

public static void Negate(ref MatrixD matrix, out MatrixD result)

Negates individual elements of a matrix.

Parameters

Clone this wiki locally