rect
- noun
- /rɛkt/
- Jargon
- The programmer used a rect to specify the coordinates for the shape being rendered.
- rect traps
Examples
-
To create an interactive element on the screen, define a rect that outlines the clickable area.
-
In the computer graphics program, we can define a rect to represent the area where the image will be drawn.
-
And we can take a quick look at CG rect in the documentation.
-
But maybe there is another solution besides an array of rects.
Blog text (17) -
Now we have a system for tracking occupied rects, and it's fairly generic.
Blog text (17) -
Overall, CPUs are fairly good at this; it's just a bunch of floating point ops using a rect intersection function.
Blog text (17)
Synonyms
A rectangular outline drawn to enclose or highlight information
A flat shape with four sides, opposite sides equal, and four right angles
Surface Forms
Etymology
Rect is a short form of rectangle, built from the root rect- meaning 'straight' or 'right' and the idea of a 'right angle'. So a rect in graphics is a four-sided shape with straight sides and right angles, which is why the short name fits.