SF_EXPORT void Transpose(); SF_EXPORT void Transpose(Matrix4x4<T> * dest);
Transpose converts the current matrix to a new matrix whose rows and columns are swapped.