Tesla Graphics Engine Documentation (January 2012)
Negate Method (value, result)
TeslaTesla.MathMatrixNegate(Matrix%, Matrix%)
Flips the signs of each element of the supplied matrix.
Declaration Syntax
C#
public static void Negate(
	ref Matrix value,
	out Matrix result
)
Parameters
value (Matrix%)
Source matrix
result (Matrix%)
Existing matrix to hold result

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)