Package: graphene

Function graphene:rect-contains-rect

Lambda List

graphene:rect-contains-rect (a b)

Arguments

a -- a graphene:rect-t instance
b -- a graphene:rect-t instance

Return Value

True if the rectangle a fully contains b.

Details

Checks whether a rectangle contains the given rectangle.
 

See also

2023-12-9