Tesla Graphics Engine Documentation (January 2012)
Subtraction Operator
TeslaTesla.MathMatrixSubtraction(Matrix, Matrix)
Subtracts a matrix from the other.
Declaration Syntax
C#
public static Matrix operator -(
	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)