pub const CELL_BITS: u32 = 9;
Number of bits used by Source 2 to address a position within a cell.
The on-the-wire offset is quantized into a 2^CELL_BITS window, so cells are CELL_SIZE Hammer units wide on each axis.
2^CELL_BITS
CELL_SIZE