multiplyTransformMatrices
multiplyTransformMatrices(
a
,b
,is2x2
?):TMat2D
Defined in: src/util/misc/matrix.ts:73
Multiply matrix A by matrix B to nest transformations
Parameters
a
First transformMatrix
b
Second transformMatrix
is2x2?
boolean
flag to multiply matrices as 2x2 matrices
Returns
The product of the two transform matrices