Function weave_and_delta_encode_3d_array

Source
pub fn weave_and_delta_encode_3d_array(array: &[Point3D]) -> Vec<u64>
Expand description

Encode an array of 3D points using interweaving and delta encoding.