You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, that will not suffice for me, I need to determine all of the neighbors of a cell. I figured I could construct this information top down -- starting from the root and then updating the neighbors of the children at each level.
Could this be a default feature to get neighbours quickly: children(parents(x))?
Also @ArjunNarayanan when talking about all neigbours of a cell, did you mean all blocks nearby in nd space?
Is there a way to determine all the neighbors of a given leaf? If this requires a pull request I am happy to try and look into it :)
The text was updated successfully, but these errors were encountered: