Tesla Graphics Engine Documentation (January 2012)
Add Method (a, b, result)
TeslaTesla.MathMatrixAdd(Matrix%, Matrix%, Matrix%)
Adds two matrices together.
Declaration Syntax
C#
public static void Add(
	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)