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.

MDN Reference