MCPcopy Index your code
hub / github.com/benfry/processing4 / cos

Method cos

core/src/processing/core/PMatrix2D.java:527–529  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

525 }
526
527 static private final float cos(float angle) {
528 return (float)Math.cos(angle);
529 }
530
531 static private final float tan(float angle) {
532 return (float)Math.tan(angle);

Callers 1

rotateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected