Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ tan
Method
tan
core/src/processing/core/PMatrix2D.java:531–533 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
529
}
530
531
static
private
final
float tan(float angle) {
532
return
(float)Math.tan(angle);
533
}
534
}
Callers
2
shearX
Method · 0.95
shearY
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected