GraphMine

util-math / io.github.sof3.graphmine.util.math / IntVector3Range / IterationOrder / YZX

YZX

YZX

Iterate bottom-up, for each column from north to south, yields from west to east

Inherited Properties

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)