Example #1
0
 public void vertex(float x, float y) {
   gl.glVertex2f(x + tx.x, y + tx.y);
 }