Class: Mat4
Lua
C++
Edit

Mat4::Transpose

This method returns the transpose matrix. Matrix transpose is an operation that flips a matrix over its diagonal, essentially swapping its rows and columns. This operation changes the orientation of the matrix without altering its data values.

Syntax

Returns

Returns the transpose matrix.

Copyright © 2024 Ultra Software.
All rights reserved.