#include <Bounded.h>
Public Member Functions | |
STRING_CONSTANT (Name,"Bounded") | |
virtual const AABB & | localAABB () const =0 |
Interface for bounded objects, which maintain a local AABB.
Definition at line 12 of file Bounded.h.
virtual const AABB& Bounded::localAABB | ( | ) | const [pure virtual] |
Return the local AABB for this object.
Implemented in model::RenderablePicoModel, and Brush.
Bounded::STRING_CONSTANT | ( | Name | , | |
"Bounded" | ||||
) |