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:
Following up on #138 which added
PI,TWO_PI,HALF_PI,QUARTER_PI,TAU, Processing also sets the following math constants:THIRD_PIDEG_TO_RADRAD_TO_DEGI 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: