Executes the given callback for each node of the BVH.
BVH traverse(Function callback ) { root?.traverse( callback ); return this; }