skew

inline fun skew(kx: Float = 0.0f, ky: Float = 0.0f, pivot: Point = Point(0f, 0f))

Postconcats the current transform with the specified skewing.

M' = K(kx, ky, pivotX, pivotY) * M

Parameters

kx

The horizontal skewing

ky

The vertical skewing

pivot

The point around which scale will be applied