fetchPositions

fun fetchPositions(): Sequence<Position3D>

Creates a collection of Position3Ds in the order in which they should be iterated when drawing:

  • from bottom to top (z axis),

  • from furthest to closest (y axis),

  • from left to right (x axis)

Sources

(source)
Link copied to clipboard