Removes el from the quadtree @param el @throws Exception throws an exception, if e couldn't be removed
(QuadtreeElement el)
| 110 | * @throws Exception throws an exception, if e couldn't be removed |
| 111 | */ |
| 112 | private void remove(QuadtreeElement el) throws Exception { |
| 113 | el.remove(); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Removes element at x, y, if there is one |