Skip to content

Documentation / @ripl/3d / mat4Transpose

Function: mat4Transpose() ​

mat4Transpose(m): Matrix4

Defined in: 3d/src/math/matrix.ts:293

Returns the transpose of a 4×4 matrix.

Parameters ​

ParameterType
mMatrix4

Returns ​

Matrix4