Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ diff
Method
diff
core/src/processing/opengl/PGraphicsOpenGL.java:4184–4186 ·
view source on GitHub ↗
(float a, float b)
Source
from the content-addressed store, hash-verified
4182
4183
4184
protected
static
boolean diff(float a, float b) {
4185
return
PGL.FLOAT_EPS <= Math.abs(a - b);
4186
}
4187
4188
4189
protected
static
boolean zero(float a) {
Callers
2
rotateImpl
Method · 0.95
nonOrthoProjection
Method · 0.95
Calls
1
abs
Method · 0.45
Tested by
no test coverage detected