Skip to main content

volmap

Function volmap 

Source
fn volmap(vals: &[f64], idx: &[usize], n: usize, fill: f64) -> Vec<f64>
Expand description

Scatter per-voxel values back into a full volume, filling the rest with fill.