Tesla Graphics Engine Documentation (January 2012)
Subtract Method (a, b)
TeslaTesla.MathMatrixSubtract(Matrix, Matrix)
Subtracts one matrix from another.
Declaration Syntax
C#
public static Matrix Subtract(
	Matrix a,
	Matrix b
)
Parameters
a (Matrix)
First matrix
b (Matrix)
Second matrix
Return Value
Resulting matrix

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