Skip to main content

compact_voxel_segments_from_sorted

Function compact_voxel_segments_from_sorted 

Source
pub fn compact_voxel_segments_from_sorted(
    sorted_keys: &[(i64, i64, i64)],
    sorted_indices: &[u32],
) -> VoxelSegments
Expand description

Compacts already-sorted voxel keys and point indices into segment metadata.