Skip to main content

method DOMMatrixReadOnly.inverse

#DOMMatrixReadOnly.inverse(): DOMMatrix

The inverse() method of the DOMMatrixReadOnly interface creates a new matrix which is the inverse of the original matrix. If the matrix cannot be inverted, the new matrix's components are all set to NaN and its is2D property is set to false. The original matrix is not changed.

MDN Reference

Return Type #

Did you find what you needed?

Privacy policy