-----------------------------------------------------------------------
| 109 | AxisAlignedBoxSceneQuery::~AxisAlignedBoxSceneQuery() {} |
| 110 | //----------------------------------------------------------------------- |
| 111 | void AxisAlignedBoxSceneQuery::setBox( const AxisAlignedBox &box ) { mAABB = box; } |
| 112 | //----------------------------------------------------------------------- |
| 113 | const AxisAlignedBox &AxisAlignedBoxSceneQuery::getBox() const { return mAABB; } |
| 114 | //----------------------------------------------------------------------- |