Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ sin
Method
sin
core/src/processing/core/PMatrix2D.java:523–525 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
521
}
522
523
static
private
final
float sin(float angle) {
524
return
(float)Math.sin(angle);
525
}
526
527
static
private
final
float cos(float angle) {
528
return
(float)Math.cos(angle);
Callers
1
rotate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected