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

Method screenZ

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

Source from the content-addressed store, hash-verified

542 }
543
544 @Override
545 public float screenZ(float x, float y, float z) {
546 showDepthWarningXYZ("screenZ");
547 return 0;
548 }
549
550 @Override
551 public PMatrix3D getMatrix(PMatrix3D target) {

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected