Contents

inverse

Returns the inverse of this matrix.

Declaration

WebKitCSSMatrix inverse();

Return Value

A new matrix that is the inverse of this matrix.

Discussion

This matrix is not modified by this method.

See Also

Applying Operations