WebGeometry Interfaces Module APIDOMMatrixReadOnly.skewXmethod DOMMatrixReadOnly.skewX#DOMMatrixReadOnly.skewX(sx?: number): DOMMatrixThe 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. The original matrix is not modified. MDN Reference Parameters ##sx: number optionalReturn Type #DOMMatrix
method DOMMatrixReadOnly.skewX#DOMMatrixReadOnly.skewX(sx?: number): DOMMatrixThe 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. The original matrix is not modified. MDN Reference Parameters ##sx: number optionalReturn Type #DOMMatrix