public void endContour() { if (!this.enabled) { return; } GLU.gluTessEndContour(this.tess); }
public void end() { GLU.gluTessEndContour(this.tess); }