Home | History | Annotate | Download | only in replicaisland

Lines Matching defs:endY

162             float endY = top;
174 endY = bottom;
181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);