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

Method screenY

core/src/processing/opengl/PGraphics2D.java:538–542  ·  view source on GitHub ↗
(float x, float y, float z)

Source from the content-addressed store, hash-verified

536 }
537
538 @Override
539 public float screenY(float x, float y, float z) {
540 showDepthWarningXYZ("screenY");
541 return 0;
542 }
543
544 @Override
545 public float screenZ(float x, float y, float z) {

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected