docs(Vector): clarify 3-component nature of vectors in 2D usage - #9027
Open
yuvrajnode wants to merge 617 commits into
Open
docs(Vector): clarify 3-component nature of vectors in 2D usage#9027yuvrajnode wants to merge 617 commits into
yuvrajnode wants to merge 617 commits into
Conversation
Changing URL which comes when user is not in WEBGL mode
…dd-mudit06mah docs: add mudit06mah as a contributor for doc
…dd-acgillette docs: add acgillette as a contributor for code
Fix parameter documentation for bezierPoint
…dd-shawdm docs: add shawdm as a contributor for doc
…d-objects Bring 2.0 stroke ordering fixes to 1.x
…dd-skools-here docs: add skools-here as a contributor for code
Remove incorrect mouseX/mouseY docs regarding WEBGL mode
…dd-ericrav docs: add ericrav as a contributor for doc
…block Fix: Corrected code block formatting for textureMode()
Signed-off-by: yugalkaushik <yugalkaushik14@gmail.com>
WebGL: Apply per‑vertex stroke color to POINTS
Docs/fix broken links
…dd-rakesh2OO5 docs: add rakesh2OO5 as a contributor for code
…dd-doradocodes docs: add doradocodes as a contributor for review
…dd-Nwakaego-Ego docs: add Nwakaego-Ego as a contributor for review
…dd-vietnguyen2358 docs: add vietnguyen2358 as a contributor for code
feat: add accTitle/accDescr to class diagram in WebGL architecture doc
…dd-shuklaaryan367-byte docs: add shuklaaryan367-byte as a contributor for code
…e-warning-buildGeometry Suppress stroke warnings during buildGeometry
Adding @Nwakaego-Ego and @doradocodes as stewards for the website! They participated in last year's [GSoC program](https://medium.com/@ProcessingOrg/google-summer-of-code-2025-wrap-up-and-mentor-summit-d1e565e9fe1f) and will take on responding to incoming issues and helping to review PRs.
Add Nwakaego-Ego and doradocodes to stewards.yml
chore: update README table from stewards.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This PR improves the documentation for
p5.Vector.fromAngle()to clarify thatp5.Vectorobjects internally store three components[x, y, z], even when used in a 2D context.Key updates:
fromAngleexplaining the internal[x, y, z]storage and thatzis set to0for 2D consistency.@examplecomments to explicitly mention that thezcomponent is0in the output.These changes help developers understand why they might see a third component when printing vectors and ensures consistency in how vector behavior is described across the library.
PR Checklist
npm run lintpasses