transformPoint

fun transformPoint(point: DOMPointReadOnly = definedExternally): DOMPoint(source)

The transformPoint method of the DOMMatrixReadOnly interface creates a new DOMPoint object, transforming a specified point by the matrix. Neither the matrix nor the original point are altered.

MDN Reference