Home | History | Annotate | Download | only in batching

Lines Matching defs:xPosition

52     protected ArrayList<Integer> xPosition = new ArrayList<Integer>();
77 xPosition.add(0);
143 box.setLocalTranslation(new Vector3f(xPosition.get(xPosition.size() - 1),
193 int xpos = xPosition.get(xPosition.size() - 1);
210 x = xPosition.get(xPosition.size() - 1) + 2;
271 // for (int i = 0; i < xPosition.size(); i++)
273 // if (x - xPosition.get(i) <= 1 && x - xPosition.get(i) >= -1 &&
282 xPosition.add(x);
288 return xPosition.get(xPosition.size() - i);
300 return xPosition.get(i);