pub fn uniform_grid_fits( x: &[f32], y: &[f32], z: &[f32], cell_size: f32, ) -> bool
Returns whether a uniform grid with the given cell size fits within the cell cap.