Skip to main content

CELL_BITS

Constant CELL_BITS 

Source
pub const CELL_BITS: u32 = 9;
Expand description

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.