Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ shearY
Method
shearY
core/src/processing/awt/PGraphicsJava2D.java:2232–2235 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
2230
2231
2232
@Override
2233
public
void
shearY(float angle) {
2234
g2.shear(0, Math.tan(angle));
2235
}
2236
2237
2238
Callers
nothing calls this directly
Calls
1
tan
Method · 0.45
Tested by
no test coverage detected