Package: graphene

Function graphene:matrix-untransform-bounds

Lambda List

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

Arguments

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

Return Value

The graphene:rect-t instance with the untransformed rectangle.

Details

Undoes the transformation on the corners of the rectangle using the given matrix, within the given axis aligned rectangular bounds.
 

See also

#2024-12-30