MCPcopy Index your code
hub / github.com/processing/processing / screenX

Method screenX

core/src/processing/javafx/PGraphicsFX2D.java:1847–1850  ·  view source on GitHub ↗
(float x, float y)

Source from the content-addressed store, hash-verified

1845
1846
1847 @Override
1848 public float screenX(float x, float y) {
1849 return (float) context.getTransform().transform(x, y).getX();
1850 }
1851
1852
1853 @Override

Callers

nothing calls this directly

Calls 3

getXMethod · 0.80
transformMethod · 0.80
showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected