init_skew


Description:

[ Version ( since = "1.0" ) ]
public unowned Matrix? init_skew (float x_skew, float y_skew)

Initializes a Matrix with a skew transformation with the given factors.

Parameters:

this

a Matrix

x_skew

skew factor, in radians, on the X axis

y_skew

skew factor, in radians, on the Y axis

Returns:

the initialized matrix