skewXSelf

fun skewXSelf(sx: Double = definedExternally): DOMMatrix(source)

The skewXSelf() method of the DOMMatrix interface is a mutable transformation method that modifies a matrix. It skews the source matrix by applying the specified skew transformation along the X-axis and returns the skewed matrix.

MDN Reference