Click or drag to resize

CycleGrid Methods

The CycleGrid type exposes the following members.

Methods
  NameDescription
Public methodAddAxis
Adds another axis to the grid. Checks that the same axis is not there twice.
Public methodAll
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], ...
Top
See Also