Skip to main content

uniform_grid_fits

Function uniform_grid_fits 

Source
pub fn uniform_grid_fits(
    x: &[f32],
    y: &[f32],
    z: &[f32],
    cell_size: f32,
) -> bool
Expand description

Returns whether a uniform grid with the given cell size fits within the cell cap.