Moves a bounding box from one RTree node to another.
Changes the information from one node into another.
- Parameters
-
| [in] | from | Pointer to the node from which the bounding box is being moved. |
| [in] | index | The index of the bounding box in the from node that is to be moved. |
| [in] | into | Pointer to the node where the bounding box is being moved to. |