processing / processing/libprocessing
Missing math constants `THIRD_PI`, `DEG_TO_RAD`, `RAD_TO_DEG`
Open
@tychedelia is already working on this.
Since Jul 14, 2026.
- Dominant language
- Rust
- Stars
- 69
- Forks
- 14
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 3
Description
Following up on #138 which added PI, TWO_PI, HALF_PI, QUARTER_PI, TAU, Processing also sets the following math constants:
I wasn't aware of these when I wrote #128, so shoutout to GoToLoop for bringing this up on the forum.
Side note: the full list of Processing's constants can be found in the Javadoc:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.