MCPcopy 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

rotateImplMethod · 0.95
nonOrthoProjectionMethod · 0.95

Calls 1

absMethod · 0.45

Tested by

no test coverage detected