Package: graphene

Function graphene:matrix-project-rect-bounds

Lambda List

graphene:matrix-project-rect-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 projected rectangle.

Details

Projects the rectangle using the given matrix. The resulting rectangle is the axis aligned bounding rectangle capable of fully containing the projected rectangle.
 

See also

#2024-12-30