Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ screenY
Method
screenY
core/src/processing/javafx/PGraphicsFX2D.java:1853–1856 ·
view source on GitHub ↗
(float x, float y)
Source
from the content-addressed store, hash-verified
1851
1852
1853
@Override
1854
public
float screenY(float x, float y) {
1855
return
(float) context.getTransform().transform(x, y).getY();
1856
}
1857
1858
1859
@Override
Callers
nothing calls this directly
Calls
3
getY
Method · 0.80
transform
Method · 0.80
showDepthWarningXYZ
Method · 0.45
Tested by
no test coverage detected