Skip to content

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

TMat2D

First transformMatrix

b

TMat2D

Second transformMatrix

is2x2?

boolean

flag to multiply matrices as 2x2 matrices

Returns

TMat2D

The product of the two transform matrices