Skip to main content

slice_ranges

Function slice_ranges 

Source
fn slice_ranges(data: &[f64], dims: [usize; 3], axis: usize) -> Vec<(f64, f64)>
Expand description

Per-slice (min, max) along axis of a C-order volume.