Skip to content

multiplyTransformMatrixArray

multiplyTransformMatrixArray(matrices, is2x2?): TMat2D

Parameters

matrices: (undefined | null | false | TMat2D)[]

an array of matrices

is2x2?: boolean

flag to multiply matrices as 2x2 matrices

Returns

TMat2D

the multiplication product

Defined in

src/util/misc/matrix.ts:96