m4_multiply
m4_multiply(out, a, b)
Multiplies two 4x4 matrices Adapted from gl-matrix
Kind: global function
Param | Type | Description |
---|---|---|
out | Array.<number> | ArrayLike.<number> | Float32Array | the receiving matrix |
a | Array.<number> | ArrayLike.<number> | Float32Array | the first operand |
b | Array.<number> | ArrayLike.<number> | Float32Array | the second operand |