Skip to main content

flat_voids

Function flat_voids 

Source
pub fn flat_voids(
    void_index: &FxHashMap<u32, Vec<u32>>,
) -> (Vec<u32>, Vec<u32>, Vec<u32>)
Expand description

Flat wire encoding of the void index: (keys, counts, values) in the shape processGeometryBatch accepts.