Searched refs:tileSizeX (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/tools/
H A DExtractPoints.js41 var tileSizeX = prompt("Tile pixel width:"); variable
47 var tilesPerRow = documentWidth / tileSizeX;
119 var column = Math.floor(tile.centerX / tileSizeX);
122 tile.xOffset = column * tileSizeX;
221 var offsetX = Math.floor(x % tilesPerRow) * tileSizeX;
240 (edge.normalX * (tileSizeX / 2)));

Completed in 274 milliseconds