Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ nonZero
Method
nonZero
core/src/processing/opengl/PGraphicsOpenGL.java:4159–4161 ·
view source on GitHub ↗
(float a)
Source
from the content-addressed store, hash-verified
4157
4158
4159
protected
static
boolean nonZero(float a) {
4160
return
PGL.FLOAT_EPS <= Math.abs(a);
4161
}
4162
4163
4164
//////////////////////////////////////////////////////////////
Callers
11
nonOrthoProjection
Method · 0.95
camera
Method · 0.95
screenXImpl
Method · 0.95
screenYImpl
Method · 0.95
screenZImpl
Method · 0.95
modelX
Method · 0.95
modelY
Method · 0.95
modelZ
Method · 0.95
addRect
Method · 0.80
addLineSegment2D
Method · 0.80
sort
Method · 0.80
Calls
1
abs
Method · 0.45
Tested by
no test coverage detected