MCPcopy 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

rawLinesMethod · 0.95
rotateImplMethod · 0.95
orthoProjectionMethod · 0.95
rawLinesMethod · 0.95
clamp2DMethod · 0.80
segmentIsAxisAlignedMethod · 0.80

Calls 1

absMethod · 0.45

Tested by

no test coverage detected