stack property

Map<int, DBVTNode> stack
getter/setter pair

The stack of the leafs in the tree as a map

Implementation

Map<int,DBVTNode> stack = {};