Splits this node in two while adding the specified box. After creating a new node, assigns the specified box and all of the box children of this node to either this node or the new node, using Guttman's quadratic method. @param box the box that causes this node to be split. @return the new node.
(Object box)