contains-point? ( point rect -- ? )
Factor handbook » UI framework » Building user interfaces » Gadget geometry » Rectangles

Prev:contains-rect? ( rect1 rect2 -- ? )
Next:offset-rect ( rect loc -- newrect )


Vocabulary
math.rectangles

Inputs
pointa pair of integers
recta rect


Outputs
?a boolean


Word description
Tests if a rectangle contains a point.

Definition


Methods