Matrix.initSkew

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

class Matrix
initSkew
(
float xSkew
,
float ySkew
)

Parameters

xSkew float

skew factor, in radians, on the X axis

ySkew float

skew factor, in radians, on the Y axis

Return Value

Type: Matrix

the initialized matrix

Meta