skewX

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

The skewX() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by applying the specified skew transformation to the source matrix along its x-axis.

MDN Reference