()
| 2755 | protected interface TessellatorCallback { |
| 2756 | void begin(int type); |
| 2757 | void end(); |
| 2758 | void vertex(Object data); |
| 2759 | void combine(double[] coords, Object[] data, |
| 2760 | float[] weight, Object[] outData); |
no outgoing calls
no test coverage detected