HomeSort by relevance Sort by last modified time
    Searched full:flippedy (Results 1 - 1 of 1) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 136 final float flippedY = worldPixelHeight - (worldY);
137 yTile = (int)Math.floor((flippedY / worldPixelHeight) * mWorld.getHeight());

Completed in 2617 milliseconds