(float x, float y, float z)
| 436 | |
| 437 | |
| 438 | @Override |
| 439 | public void curveVertex(float x, float y, float z) { |
| 440 | showDepthWarningXYZ("curveVertex"); |
| 441 | } |
| 442 | |
| 443 | |
| 444 | ////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected