Tesla Graphics Engine Documentation (January 2012)
Transpose Method (value, result)
TeslaTesla.MathMatrixTranspose(Matrix%, Matrix%)
Swaps the rows and columns of the supplied matrix.
Declaration Syntax
C#
public static void Transpose(
	ref Matrix value,
	out Matrix result
)
Parameters
value (Matrix%)
Source matrix
result (Matrix%)
Existing matrix to hold result

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