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

VRageMath.Matrix.Negate

Malware edited this page Apr 8, 2019 · 17 revisions

IndexNamespace IndexMatrix

Summary

public static Matrix Negate(Matrix matrix)

Negates individual elements of a matrix.

Returns

Matrix

Parameters

Summary

public static void Negate(ref Matrix matrix, ref Matrix result)

Negates individual elements of a matrix.

Parameters

Clone this wiki locally