GraphMine

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

ZXY

ZXY

Iterate from morth to south, for each row from west to east, yields bottom-up

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)