Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ zero
Method
zero
core/src/processing/opengl/PGraphicsOpenGL.java:4189–4191 ·
view source on GitHub ↗
(float a)
Source
from the content-addressed store, hash-verified
4187
4188
4189
protected
static
boolean zero(float a) {
4190
return
Math.abs(a) < PGL.FLOAT_EPS;
4191
}
4192
4193
4194
protected
static
boolean nonZero(float a) {
Callers
6
rawLines
Method · 0.95
rotateImpl
Method · 0.95
orthoProjection
Method · 0.95
rawLines
Method · 0.95
clamp2D
Method · 0.80
segmentIsAxisAligned
Method · 0.80
Calls
1
abs
Method · 0.45
Tested by
no test coverage detected