Calculates where edges should be displayed from a list of cube coordinates using the layered cube neighbor discovery algorithm.
List of cube coordinates, sorted by (x + y + z) descendingly.
(x + y + z)
A generator that generates edges to be displayed, edges are represented as tuples of coordinates for start and end points.
Calculates where edges should be displayed from a list of cube coordinates using the layered cube neighbor discovery algorithm.