MCPcopy 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

getYMethod · 0.80
transformMethod · 0.80
showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected