Skip to content

multiplyTransformMatrices

multiplyTransformMatrices(a, b, is2x2?): TMat2D

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

Defined in

src/util/misc/matrix.ts:73