linearly v0.32.0 • Docs
linearly v0.32.0 / mat2 / skew
Function: skew()
skew(
m
,deg
):mat2
Apply skew to the mat2d by the given angles https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/skew
Parameters
• m: mat2
the matrix to skew
• deg: vec2
the angles to skew the matrix by, in degrees