m2_multiply_transposed
m2_multiply_transposed(result, a, b)
Transposed multiplication of 2x2 matrices Second argument will be transposed before multiplication
Kind: global function
Param | Type |
---|---|
result | Array.<number> |
a | Array.<number> |
b | Array.<number> |
Transposed multiplication of 2x2 matrices Second argument will be transposed before multiplication
Kind: global function
Param | Type |
---|---|
result | Array.<number> |
a | Array.<number> |
b | Array.<number> |