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