Returns a sequence of all points contained in the hash grid.
Iterates over all cells in the grid and yields each contained point. Each point is represented as a value yielded by the sequence.
A sequence of all points stored in the hash grid.