Tesla Graphics Engine Documentation (January 2012)
Subtract Method (a, b, result)
TeslaTesla.MathMatrixSubtract(Matrix%, Matrix%, Matrix%)
Subtracts one matrix from another.
Declaration Syntax
C#
public static void Subtract(
	ref Matrix a,
	ref Matrix b,
	out Matrix result
)
Parameters
a (Matrix%)
First matrix
b (Matrix%)
Second matrix
result (Matrix%)
Existing matrix to hold result

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