Cycle |
The CycleGrid type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAxis | Adds another axis to the grid. Checks that the same axis is not there twice. | |
| All | Iterate over all the positions in the grid. Traverses the axes in order from first to last, i.e. [0,0], [0,1], ... [0,n], [1,0], [1,1], ... [1,n], ... |