preMultiplySelf

fun preMultiplySelf(other: DOMMatrixReadOnly = definedExternally): DOMMatrix(source)

The preMultiplySelf() method of the DOMMatrix interface modifies the matrix by pre-multiplying it with the specified DOMMatrix.

MDN Reference