Matrix.Transpose

void Transpose()

Transposes this Matrix! Transposing is like rotating the matrix 90 clockwise, or turning the rows into columns. This can be useful for inverting orthogonal matrices, or converting matrices for use in a math library that uses different conventions!




Found an issue with these docs, or have some additional questions? Create an Issue on Github!