Searched refs:yEnd (Results 1 – 2 of 2) sorted by relevance
348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()363 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
501 float yEnd = Float.parseFloat(args[3]); in handleEvent() local511 float yStep = (yEnd - yStart) / stepCount; in handleEvent()