Refactor: Collate the BspBuilder's HEdges in collateBSP
It is now unnecessary to split this job into a secondary traversal as the builder now constructs two trees in parallel (one for the purposes of guiding the build process and the other containing the work-in-progress BSP tree elements).
Refactor: Collate the BspBuilder's HEdges in collateBSP
It is now unnecessary to split this job into a secondary traversal
as the builder now constructs two trees in parallel (one for the
purposes of guiding the build process and the other containing the
work-in-progress BSP tree elements).