Skip to main content

method DOMMatrixReadOnly.flipY

#DOMMatrixReadOnly.flipY(): DOMMatrix

The flipY() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix flipped about the y-axis. This is equivalent to multiplying the matrix by DOMMatrix(1, 0, 0, -1, 0, 0). The original matrix is not modified.

MDN Reference

Return Type #

Did you find what you needed?

Privacy policy