Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.cc
r4819 r4836 22 22 23 23 /** 24 \briefstandard constructor25 \todo this constructor is not jet implemented - do it24 * standard constructor 25 @todo this constructor is not jet implemented - do it 26 26 */ 27 27 Quadtree::Quadtree (modelInfo* pModelInfo) … … 33 33 34 34 /** 35 \briefstandard deconstructor35 * standard deconstructor 36 36 37 37 */ … … 43 43 44 44 /** 45 \briefgives the signal to separate the model into a quadtree45 * gives the signal to separate the model into a quadtree 46 46 */ 47 47 void Quadtree::separate() … … 50 50 51 51 /** 52 \briefdraws the debug quadtree boxes around the model52 * draws the debug quadtree boxes around the model 53 53 */ 54 54 void Quadtree::drawTree(int depth, int drawMode) const
Note: See TracChangeset
for help on using the changeset viewer.