Tesla Graphics Engine Documentation (January 2012)
Divide Method (a, b)
TeslaTesla.MathMatrixDivide(Matrix, Matrix)
Divides the a matrice's components by the components of another.
Declaration Syntax
C#
public static Matrix Divide(
	Matrix a,
	Matrix b
)
Parameters
a (Matrix)
Source matrix
b (Matrix)
Divisor
Return Value
Divided matrix

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