Searched refs:flippedY (Results 1 – 1 of 1) sorted by relevance
136 final float flippedY = worldPixelHeight - (worldY); in getHitTileY() local137 yTile = (int)Math.floor((flippedY / worldPixelHeight) * mWorld.getHeight()); in getHitTileY()