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

Method sin

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

Source from the content-addressed store, hash-verified

868 }
869
870 static private final float sin(float angle) {
871 return (float) Math.sin(angle);
872 }
873
874 static private final float cos(float angle) {
875 return (float) Math.cos(angle);

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