v2_matrix3_rm_multiply
v2_matrix3_rm_multiply(out, out_offset, x, y, m3)
Row-major ( OpenGL style) matrix multiplication
Kind: global function
Param | Type |
---|---|
out | Float32Array | Array.<number> |
out_offset | number |
x | number |
y | number |
m3 | Float32Array | Array.<number> |