Searched refs:xEnd (Results 1 – 2 of 2) sorted by relevance
349 const int xBegin = -15, xEnd = 15; in createGroundPlane() local350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()365 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
500 float xEnd = Float.parseFloat(args[2]); in handleEvent() local510 float xStep = (xEnd - xStart) / stepCount; in handleEvent()