![]() |
VOOZH | about |
The rect() function is an inbuilt function in p5.js which is used to draw the rectangle on the screen. A rectangle contains four sides and four angles. Each angle of the rectangle is 90 degree. The length of the opposite sides of rectangles are equal.
Syntax:
rect( x, y, w, h, tl, tr, br, bl )
or
rect( x, y, w, h, detailX, detailY )
Parameters: This function accepts many parameters as mentioned above and described below:
Example 1:
Output:
Example 2:
Output:
Example 3:
Output:
Online editor: https://editor.p5js.org/
Environment Setup: https://www.geeksforgeeks.org/javascript/p5-js-soundfile-object-installation-and-methods/
Reference: https://p5js.org/reference/#/p5/rect