matrixTransform

fun matrixTransform(matrix: DOMMatrixReadOnly = definedExternally): DOMPoint(source)

The matrixTransform() method of the DOMPointReadOnly interface applies a matrix transform specified as an object to the DOMPointReadOnly object, creating and returning a new DOMPointReadOnly object.

MDN Reference