Skip to main content

CellKey2D

Type Alias CellKey2D 

Source
pub type CellKey2D = (i32, i32);
Expand description

A grid cell key for 2D spatial partitioning, combining x and y indices.