rect-union ( rect1 rect2 -- newrect )
Factor handbook » UI framework » Building user interfaces » Gadget geometry » Rectangles

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


Vocabulary
math.rectangles

Inputs
rect1an object
rect2an object


Outputs
newrectan object


Definition