pub type Array3d<S, T, L> = Array<S, Vec3d<S>, T, L>;
A 3d array indexed by points in a bounding box.