MCPcopy Index your code
hub / github.com/processing/processing / abs

Method abs

core/src/processing/core/PMatrix3D.java:866–868  ·  view source on GitHub ↗
(float a)

Source from the content-addressed store, hash-verified

864 }
865
866 static private final float abs(float a) {
867 return (a < 0) ? -a : a;
868 }
869
870 static private final float sin(float angle) {
871 return (float) Math.sin(angle);

Callers 2

printMethod · 0.95
rotateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected