WebGeometry Interfaces Module APIDOMMatrixReadOnly.skewYmethod DOMMatrixReadOnly.skewY#DOMMatrixReadOnly.skewY(sy?: number): DOMMatrixThe skewY() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by applying the specified skew transformation to the source matrix along its y-axis. The original matrix is not modified. MDN Reference Parameters ##sy: number optionalReturn Type #DOMMatrix
method DOMMatrixReadOnly.skewY#DOMMatrixReadOnly.skewY(sy?: number): DOMMatrixThe skewY() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by applying the specified skew transformation to the source matrix along its y-axis. The original matrix is not modified. MDN Reference Parameters ##sy: number optionalReturn Type #DOMMatrix