Tesla Graphics Engine Documentation (January 2012)
Invert Method (matrix, result)
TeslaTesla.MathMatrixInvert(Matrix%, Matrix%)
Compute the inverse of the specified matrix.
Declaration Syntax
C#
public static void Invert(
	ref Matrix matrix,
	out Matrix result
)
Parameters
matrix (Matrix%)
Source matrix
result (Matrix%)
Existing matrix to hold result

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