#include <deque>
#include <limits>
#include <cstdlib>
#include "coal/broadphase/detail/interval_tree_node.h"
Go to the source code of this file.
Classes | |
class | coal::detail::IntervalTree |
Interval tree. More... | |
struct | coal::detail::it_recursion_node |
Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well. More... | |
Namespaces | |
coal | |
Main namespace. | |
coal::detail | |