Google News
logo
p5.js - Interview Questions
What is the the quad() Function in p5.js?
The quad() function draws a quadrilateral to the canvas. It has eight required arguments: the x and y positions for each of the four vertices.
Quad
Advertisement