WebGeometry Interfaces Module APIDOMMatrix.skewYSelfmethod DOMMatrix.skewYSelf#DOMMatrix.skewYSelf(sy?: number): DOMMatrixThe skewYSelf() 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 Y-axis and returns the skewed matrix. MDN Reference Parameters ##sy: number optionalReturn Type #DOMMatrix
method DOMMatrix.skewYSelf#DOMMatrix.skewYSelf(sy?: number): DOMMatrixThe skewYSelf() 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 Y-axis and returns the skewed matrix. MDN Reference Parameters ##sy: number optionalReturn Type #DOMMatrix