-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
A few documentation issues to fix #8031
New issue
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
Merged
Merged
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
0738de2
updating keyTyped() function in dev-2.0 branch
perminder-17 06c2c6c
Merge branch 'processing:dev-2.0' into dev-2.0
perminder-17 cf31b71
Create auto-close-issues.yml
perminder-17 09ce776
Update p5.Geometry.js
perminder-17 3317bd1
Merge pull request #5 from perminder-17/perminder-17-patch-1
perminder-17 3ca7e6c
Update README.txt
perminder-17 bb2b666
Merge pull request #6 from perminder-17/perminder-17-patch-2
perminder-17 11bfaa5
Revert "Update README.txt"
perminder-17 1bace1c
Merge pull request #7 from perminder-17/revert-6-perminder-17-patch-2
perminder-17 a9fd0d4
Revert "Update p5.Geometry.js"
perminder-17 23e1836
Merge pull request #8 from perminder-17/revert-5-perminder-17-patch-1
perminder-17 24fb3eb
fixing typo and rephrasing docs of splineProperty.
perminder-17 1f49e14
delete testing files
perminder-17 49d31eb
typo
perminder-17 5be62ef
fixes
perminder-17 39e92ac
fixes
perminder-17 24b2ca8
fixing the link from curve() to spline()
perminder-17 a4981a0
fixing spline() examples.
perminder-17 c8a5a71
fixing splinePoint() and splineTangent()
perminder-17 34ddffe
adding little detail about splineProperty(ends)
perminder-17 9099bac
adding an example sketch for splineProperty 'ends'
perminder-17 ba0c64a
some minor fixes
perminder-17 ec7a3aa
fixing docs
perminder-17 c085c12
fixes
perminder-17 cd19498
curve()---->spline()
perminder-17 7da91e3
Removing control/anchor point usage.
perminder-17 177e9b5
updating anchor/control points wordings in curve.js
perminder-17 de27aa2
fix: removing unnecessary points.
perminder-17 6be95e5
Updating more docs.
perminder-17 22be152
adding some examples.
perminder-17 a8d97dd
fixing lint tests
perminder-17 88ebc9c
minor fixes
perminder-17 3b8f573
some minor fixes.
perminder-17 cf449f4
some minor fixes.
perminder-17 484a636
fix: suggestion.
perminder-17 ff9c657
fix:suggestion.
perminder-17 241998a
Removing TODO.
perminder-17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: "Think of them simply as “points on the curve.”" -> "Think of them as points on a curve"