Sort the bounding boxes in an RTree node along a given axis using QuickSort.
- Parameters
-
[in] | rtree | Pointer to the RTree structure, which provides the function for retrieving axis values |
[in,out] | node | Pointer to the node containing the bounding boxes to be sorted |
[in] | index | The axis index along which to sort the bounding boxes |
[in] | upper | A boolean that indicates whether to sort by the upper or lower axis value |