![]() |
MobilityDB 1.3
|
◆ node_choose_least_enlargement()
Return the child node that requires the least enlargement to accommodate a new bounding box. The function iterates through the child nodes of a given node to determine which child node's bounding box would need the least enlargement to include a new bounding box. The function calculates the area of each node's bounding box before and after union with the new bounding box and selects the one with the smallest area increase.
|