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

  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 334 final int worldWidth = mWorld.getWidth();
336 final int startTileX = worldToTileColumn(startPoint.x, worldWidth);
339 final int endTileX = worldToTileColumn(endPoint.x, worldWidth);
360 final int lateralDelta = (endTileX > 0 && endTileX < worldWidth - 1) ? Math.abs(deltaX) + 1 : Math.abs(deltaX);
    [all...]

Completed in 107 milliseconds