|
degate 0.1.1
|
#include <QuadTree.h>
Static Public Member Functions | |
| template<typename T > | |
| static BoundingBox const & | get_bounding_box_for_object (T object) |
Definition at line 47 of file QuadTree.h.
| static BoundingBox const& degate::get_bbox_trait_selector< true >::get_bounding_box_for_object | ( | T | object | ) | [inline, static] |
Definition at line 49 of file QuadTree.h.
References degate::BoundingBox::get_bounding_box().
{
return object->get_bounding_box();
}

1.7.4