pub fn weave_and_delta_encode_3d_array(array: &[Point3D]) -> Vec<u64>
Encode an array of 3D points using interweaving and delta encoding.