(float x, float y, float z)
| 530 | // SCREEN AND MODEL COORDS |
| 531 | |
| 532 | @Override |
| 533 | public float screenX(float x, float y, float z) { |
| 534 | showDepthWarningXYZ("screenX"); |
| 535 | return 0; |
| 536 | } |
| 537 | |
| 538 | @Override |
| 539 | public float screenY(float x, float y, float z) { |
nothing calls this directly
no test coverage detected