Function iter3d

Source
pub fn iter3d<T: Rangeable>(
    args: impl IterArgs3d<T>,
) -> impl Iterator<Item = vec3<T>>