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