Package: graphene

Function graphene:rect-contains-point

Lambda List

graphene:rect-contains-point (rect point)

Arguments

rect -- a graphene:rect-t instance
point -- a graphene:point-t instance

Return Value

True if the rectangle contains the point.

Details

Checks whether a rectangle contains the given coordinates.
 

See also

2025-3-8