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
I noticed a small error on your website, it reads like this:
Finally, using floats makes it much easier to transition from separate X/Y positions to using using the PVector class,
It should be:
Finally, using floats makes it much easier to transition from separate X/Y positions to using the PVector class
BTW love your book and your examples on p5js!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed a small error on your website, it reads like this:
Finally, using floats makes it much easier to transition from separate X/Y positions to using using the PVector class,
It should be:
Finally, using floats makes it much easier to transition from separate X/Y positions to using the PVector class
BTW love your book and your examples on p5js!
The text was updated successfully, but these errors were encountered: