Skip to content

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

TDegree

translation on Y axis

Returns

TMat2D

matrix

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform#skewy