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

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