Open steven11sjf opened 5 days ago
btw these "binary search trees" you're talking about are probably octrees, which is a more specific and more concise name
btw these "binary search trees" you're talking about are probably octrees, which is a more specific and more concise name
Octrees are 8 square cubes right? These are closer to quadtrees, but I think they're generated based on subdividing the area of the areas or something. Unless I misunderstood how octrees work in Wikipedia. (Also I renamed it based on the bmscd files using bst instead of quadtree).
ah yeah if they're ignoring the Z axis they'd be quadtrees
Seem like very similar structures: