Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
rotateX
Method · 0.95
rotateY
Method · 0.95
rotateZ
Method · 0.95
rotate
Method · 0.95
invRotateX
Method · 0.95
invRotateY
Method · 0.95
invRotateZ
Method · 0.95
invRotate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected