We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest dev-2.0
Firefox
MacOS
Calling createVector(x, y, z) currently shows this message:
createVector(x, y, z)
p5.js says: Expected at most 1 argument, but received more in createVector(). For more information, see https://p5js.org/reference/p5/createVector.
Looks like maybe the doc comments are out of date on createVector?
createVector
function setup() { createCanvas(200, 200) createVector(1, 2, 3) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most appropriate sub-area of p5.js?
p5.js version
Latest dev-2.0
Web browser and version
Firefox
Operating system
MacOS
Steps to reproduce this
Steps:
Calling
createVector(x, y, z)
currently shows this message:Looks like maybe the doc comments are out of date on
createVector
?Snippet:
The text was updated successfully, but these errors were encountered: