mat4x4_transpose_copy_to_mat4x3
mat4x4_transpose_copy_to_mat4x3(destination, destination_offset, source, source_offset)
Transpose and extract 3 rows from mat4x4
Kind: global function
| Param | Type |
|---|---|
| destination | Array.<number> | Float32Array |
| destination_offset | number |
| source | Array.<number> | Float32Array |
| source_offset | number |