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

Method cos

core/src/processing/core/PMatrix3D.java:874–876  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

872 }
873
874 static private final float cos(float angle) {
875 return (float) Math.cos(angle);
876 }
877}

Callers 8

rotateXMethod · 0.95
rotateYMethod · 0.95
rotateZMethod · 0.95
rotateMethod · 0.95
invRotateXMethod · 0.95
invRotateYMethod · 0.95
invRotateZMethod · 0.95
invRotateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected