Skip to content

raylib.MatrixTranspose

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Transposes provided matrix

Parameters

Parameter Default Value Note
mat MatrixIdentity

Return value

Condition Return Value
(always) map

Notes

Example

mat = raylib.MatrixRotateX(0.3)
transposed = raylib.MatrixTranspose(mat)

Clone this wiki locally