Skip to content

composeMatrix

composeMatrix(options): TMat2D

Defined in: src/util/misc/matrix.ts:312

Returns a transform matrix starting from an object of the same kind of the one returned from qrDecompose, useful also if you want to calculate some transformations from an object that is not enlived yet Before changing this function look at: src/benchmarks/calcTransformMatrix.mjs

Parameters

options

TComposeMatrixArgs

Returns

TMat2D

transform matrix