Skip to content

format

typescript
Matrix4x4.Transpose()

class: Matrix4x4

description

Transpose matrix, which means swapping its rows and columns.

parameter

param_nametypedescription

reture

typedescription
void

code example