Summary

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

Negates individual elements of a matrix.

Parameters