WebGeometry Interfaces Module APIDOMMatrix.skewXSelfmethod DOMMatrix.skewXSelf#DOMMatrix.skewXSelf(sx?: number): DOMMatrixThe 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 Parameters ##sx: number optionalReturn Type #DOMMatrix
method DOMMatrix.skewXSelf#DOMMatrix.skewXSelf(sx?: number): DOMMatrixThe 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 Parameters ##sx: number optionalReturn Type #DOMMatrix