method DOMPointReadOnly.matrixTransform
#DOMPointReadOnly.matrixTransform(matrix?: DOMMatrixInit): DOMPointThe 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. Neither the matrix nor the point are altered.
Parameters #
#matrix: DOMMatrixInit optional