Matrix.initSkew
graphene.matrix.Matrix initSkew(float xSkew, float ySkew)Initializes a #graphene_matrix_t with a skew transformation with the given factors.
Parameters
xSkew | skew factor, in radians, on the X axis |
ySkew | skew factor, in radians, on the Y axis |
Returns
the initialized matrix