CycleGrid Class |
Namespace: LynceeTec.API.Cycle
The CycleGrid type exposes the following members.
| Name | Description | |
|---|---|---|
| CycleGrid(CycleAxis) | Initializes a new instance of the CycleGrid class | |
| CycleGrid(IEnumerableCycleAxis) | Initializes a new instance of the CycleGrid class |
| Name | Description | |
|---|---|---|
| Axes |
List of the CycleAxis objects that this grid will iterate over.
| |
| Item |
Gets a single coordinate location, e.g. [2,1], from this grid
|
| 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], ...
|