(float x2, float y2, float z2,
float x3, float y3, float z3,
float x4, float y4, float z4)
| 411 | |
| 412 | |
| 413 | @Override |
| 414 | public void bezierVertex(float x2, float y2, float z2, |
| 415 | float x3, float y3, float z3, |
| 416 | float x4, float y4, float z4) { |
| 417 | showDepthWarningXYZ("bezierVertex"); |
| 418 | } |
| 419 | |
| 420 | |
| 421 | ////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected