Tesla Graphics Engine Documentation (January 2012)
Divide Method (a, b, result)
TeslaTesla.MathMatrixDivide(Matrix%, Matrix%, Matrix%)
Divides the a matrice's components by the components of another.
Declaration Syntax
C#
public static void Divide(
	ref Matrix a,
	ref Matrix b,
	out Matrix result
)
Parameters
a (Matrix%)
Source matrix
b (Matrix%)
Divisor
result (Matrix%)
Existing matrix to hold result

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