Package: graphene

Function graphene:matrix-transform-bounds

Lambda List

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

Arguments

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

Return Value

The graphene:rect-t instance with the bounds of the transformed rectangle.

Details

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

See also

#2024-12-30