--
-- box_div/2
--
create or replace function box_div(
  box,
  point
) returns box as $$
box_div$$ language plpgsql;