MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / setBox

Method setBox

OgreMain/src/OgreSceneQuery.cpp:111–111  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

createAABBQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected