Tesla Graphics Engine Documentation (January 2012)
Addition Operator
TeslaTesla.MathMatrixAddition(Matrix, Matrix)
Adds two matrices together.
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)