Tesla Graphics Engine Documentation (January 2012)
Division Operator
TeslaTesla.MathMatrixDivision(Matrix, Matrix)
Divides the components of a matrix by the counterpart components of the other.
Declaration Syntax
C#
public static Matrix operator /(
	Matrix a,
	Matrix b
)
Parameters
a (Matrix)
First matrix
b (Matrix)
Second matrix (divisor)
Return Value
Resulting matrix

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