<zero-rect> ( -- rect )
Factor handbook » UI framework » Building user interfaces » Gadget geometry » Rectangles

Prev:rect-extent ( rect -- loc ext )
Next:<rect> ( loc dim -- rect )


Vocabulary
math.rectangles

Inputs
None

Outputs
recta new rect


Word description
Creates a rectangle located at the origin with zero dimensions.

See also
<rect>, <extent-rect>

Definition