processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.13k stars 3.23k forks source link

Update p5.Vector references #6848

Closed nickmcintyre closed 3 months ago

nickmcintyre commented 4 months ago

Preparing references in src/math/p5.Vector.js for the new website.

PR Checklist

@Qianqianye @davepagurek @limzykenneth

Qianqianye commented 3 months ago

Thanks @nickmcintyre and @davepagurek. I updated the three 'create' to 'creates' for consistent tense. This is a similar comment to the one in #6849.

In the new website, will the p5.Vector methods (like copy(), rotate() ) stay inside the p5.Vector reference page or to the main Reference page? If it stays inside the p5.Vector reference page, will the page layout (a list with long description) stays the same? Not sure if this is included in the upcoming 'Reorganize the Reference group/categorization and order' task.

We are aware that the following naming convention could be confusing:

CC @limzykenneth @davepagurek