Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ shearY
Method
shearY
core/src/processing/javafx/PGraphicsFX2D.java:1713–1718 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
1711
1712
1713
@Override
1714
public
void
shearY(float angle) {
1715
Affine temp =
new
Affine();
1716
temp.appendShear(0, Math.tan(angle));
1717
context.transform(temp);
1718
}
1719
1720
1721
Callers
nothing calls this directly
Calls
2
transform
Method · 0.80
tan
Method · 0.45
Tested by
no test coverage detected