linearly v0.32.0Docs


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/skewopen in new window

Parameters

m: mat2

the matrix to skew

deg: vec2

the angles to skew the matrix by, in degrees

Returns

mat2

Defined in

src/mat2.ts:214open in new window