method DOMMatrix.fromMatrix
#DOMMatrix.fromMatrix(other?: DOMMatrixInit): DOMMatrixThe fromMatrix() static method of the DOMMatrix interface creates a new DOMMatrix object given an existing matrix or an object which provides the values for its properties.
Parameters #
#other: DOMMatrixInit optional