Tesla Graphics Engine Documentation (January 2012)
Add Method (a, b)
TeslaTesla.MathMatrixAdd(Matrix, Matrix)
Adds two matrices together.
Declaration Syntax
C#
public static Matrix Add(
	Matrix a,
	Matrix b
)
Parameters
a (Matrix)
First matrix
b (Matrix)
Second matrix
Return Value
Added matrix

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