Package: graphene

Function graphene:matrix-init-skew

Lambda List

graphene:matrix-init-skew (matrix xskew yskew)

Arguments

matrix -- a graphene:matrix-t instance
xskew -- a number for the skew factor, in radians, on the X axis
yskew -- a number for the skew factor, in radians, on the Y axis

Return Value

The initialized graphene:matrix-t instance.

Details

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

Notes

All numbers are coerced to a single float before being passed to the foreign C function.
 

See also

#2024-12-30