(float x, float y, float z)
| 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) { |
nothing calls this directly
no test coverage detected