void update(T obj, AABB oldBounds, AABB newBounds) { remove(obj, oldBounds); insert(obj, newBounds); }