Package: graphene

Function graphene:rect-contains-point

Lambda List

graphene:rect-contains-point (r p)

Arguments

r -- a graphene:rect-t instance
p -- 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

2023-12-9