BVH.remove

BVH.remove(node)

Remove a node from the tree.

Parameters:
nodecompas.datastructures.TreeNode

The node to remove.

Returns:
None