Package: graphene

Function graphene:matrix-transform-rect

Lambda List

graphene:matrix-transform-rect (matrix rect result)

Arguments

matrix -- a graphene:matrix-t instance
rect -- a graphene:rect-t instance
result -- a graphene:quad-t instance

Return Value

The graphene:quad-t instance with the result.

Details

Transforms each corner of the rectangle using the given matrix. The result is a coplanar quadrilateral. See also the graphene:matrix-transform-point function.
 

See also

#2024-12-30