libprocessing / mewnala currently does not expose common Processing math constants: PI, TWO_PI, HALF_PI, QUARTER_PI, TAU
This will improve backwards compatibility with Processing and p5.js sketches, and remove the need to explicitely import math for basic constants.
libprocessing / mewnala currently does not expose common Processing math constants:
PI,TWO_PI,HALF_PI,QUARTER_PI,TAUThis will improve backwards compatibility with Processing and p5.js sketches, and remove the need to explicitely import
mathfor basic constants.