Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 11:10:04 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some more function definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc

    r4813 r4819  
    3636QuadtreeNode::~QuadtreeNode ()
    3737{
    38   // delete what has to be deleted here
    3938}
     39
    4040
    4141
    4242/**
    4343   \brief gives the signal to separate the model into a quadtree
     44   \param treeDepth the max depth, the steps to go if treeDept == 0 leaf reached
    4445 */
    45 void QuadtreeNode::separateNode()
     46void QuadtreeNode::separateNode(int treeDepth)
     47{}
     48
     49
     50/**
     51   \brief gives the signal to separate the model into a quadtree
     52   \param treeDepth the max depth, the steps to go if treeDept == 0 leaf reached
     53*/
     54void QuadtreeNode::separateNode(float minLength)
    4655{}
    4756
Note: See TracChangeset for help on using the changeset viewer.