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