multiplyTransformMatrixArray
multiplyTransformMatrixArray(
matrices,is2x2?):TMat2D
Defined in: src/util/misc/matrix.ts:96
Multiplies the matrices array such that a matrix defines the plane for the rest of the matrices after it
multiplyTransformMatrixArray([A, B, C, D]) is equivalent to A(B(C(D)))
Parameters
Section titled “Parameters”matrices
Section titled “matrices”(undefined | null | false | TMat2D)[]
an array of matrices
is2x2?
Section titled “is2x2?”boolean
flag to multiply matrices as 2x2 matrices
Returns
Section titled “Returns”the multiplication product