util-math / io.github.sof3.graphmine.util.math / IntVector3Range / IterationOrder / ZXY
ZXY
Iterate from morth to south, for each row from west to east, yields bottom-up
| a | val a: Intthe first axis to iterate over (increments when b resets, stops iteration after reaching max) |
| b | val b: Intthe second axis to iterate over (increments when c resets, resets after reaching max) |
| c | val c: Intthe third axis to iterate over (increments every time, resets after reaching max) |