You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. Only five constants have their own reference pages -- the four PIs, plus TAU. Other than EPSILON, are there any other constants that you think should have reference pages?
The tricky thing about EPSILON is it is an arbitrary value -- searching the Processing source it looks like it is mainly used for internal implementation of DXF export and for approximating a 0-length vector in P3D rotation? It isn't private, but I wonder what a reference for it would even say.
What goes in the HTML Reference and what remains only in the Javadoc is an ongoing discussion. I don't think EPSILON should have a page right now, but let's leave this open to see if others add opinions.
Issue description
There is an EPSILON constant in the language, but no reference to it on the docs.
URL(s) of affected page(s)
https://processing.org/reference/
Proposed fix
Let's talk about EPSILON, a very small number.
Here an example of use from Golan Levin:
https://github.com/golanlevin/Pattern_Master/blob/cbc80dbbb480336e64f6e98b21ec1674050ee78a/pattern_master/F04.pde
The text was updated successfully, but these errors were encountered: