createSkewYMatrix
createSkewYMatrix(
skewValue
):TMat2D
Defined in: src/util/misc/matrix.ts:250
Generate a skew matrix for the Y axis
A matrix in the form of [1 0 0] [y 1 0] [0 0 1]
Parameters
skewValue
translation on Y axis
Returns
matrix
Link
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform#skewy