Matrix.initSkew

graphene.matrix.Matrix initSkew(float xSkew, float ySkew)

Initializes a #graphene_matrix_t with a skew transformation with the given factors.

Parameters

xSkewskew factor, in radians, on the X axis
ySkewskew factor, in radians, on the Y axis

Returns

the initialized matrix