initSkew

fun initSkew(xSkew: Float, ySkew: Float): Matrix

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

Return

the initialized matrix

Since

1.0

Parameters

xSkew

skew factor, in radians, on the X axis

ySkew

skew factor, in radians, on the Y axis