pub fn morton_encode_u128(x: u64, y: u64, z: u64) -> u128
Encode x,y,z position into a u128 morton value. Input should be 0..=2u64.pow(42) (or 1u64 << 42)