Skip to main content

CellKey3D

Type Alias CellKey3D 

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

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