Module minutae::engine::iterator [] [src]

Defines an object that iterates over of a universe in some order.

Structs

SerialEntityIterator
SerialGridIterator

Iterates over the size of the universe

Traits

EntityIterator

Visits the entities of a universe in a particular order, returning the index of the cell the entity inhabits as well as the index of the entity within that cell (since there can be multiple entities in one cell).

GridIterator

Visits the cells of a universe in a particular order returning the indexes of the cells it visits.