[][src]Type Definition space::MortonMap

type MortonMap<T, M> = HashMap<MortonWrapper<M>, T, MortonBuildHasher>;

Use this to map voxels in z-order to arbitrary objects. This uses a custom hasher that is optimized for z-order data locality.