Various fixes for the documentation#651
Open
PeteHaughie wants to merge 6 commits intoprocessing:mainfrom
Open
Conversation
Random was missing an implicit return type description
Add description for 'none' parameter in random function
✅ Deploy Preview for java-processing-faf822 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Apologies - a simple syntax error
Removed duplicate x and y components from PVector_set_ JSON.
Removed duplicate x and y component definitions from PVector_set_ translation.
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.
I was working through some old example from Dan Schiffman's Nature of Code and realised there was no
random()description which returns 0.0 – 1 (non inclusive) as was mentioned in his example sketch here: https://github.com/nature-of-code/noc-2-processing-port/blob/main/chapter0/Example_0_3_Random_Walk_Tends_To_Right/Example_0_3_Random_Walk_Tends_To_Right.pdeAdditionally there were duplicate x and y components in the PVector.set() parameters