Google News
logo
p5.js - Interview Questions
What is the Coordinate System in p5.js?
The canvas coordinate system is described using ordered pairs, (x, y), where the x coordinate is the distance from the left edge of the canvas and the y coordinate is the distance from the top edge of the canvas.
Coordinate System
Advertisement