MCPcopy 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

nonOrthoProjectionMethod · 0.95
cameraMethod · 0.95
screenXImplMethod · 0.95
screenYImplMethod · 0.95
screenZImplMethod · 0.95
modelXMethod · 0.95
modelYMethod · 0.95
modelZMethod · 0.95
addRectMethod · 0.80
addLineSegment2DMethod · 0.80
sortMethod · 0.80

Calls 1

absMethod · 0.45

Tested by

no test coverage detected