Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4685 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection


Ignore:
Timestamp:
Jun 24, 2005, 1:03:27 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: code-design

Location:
orxonox/trunk/src/lib/collision_detection
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc

    r4676 r4685  
    837837
    838838
    839 void OBBTreeNode::debug()
     839void OBBTreeNode::debug(void) const
    840840{
    841841
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.h

    r4638 r4685  
    3737    virtual void drawBV(int depth, int drawMode) const;
    3838
    39     void debug();
     39    void debug(void) const;
    4040
    4141  private:
     
    4747
    4848  protected:
    49     OBB* bvElement;                                 //!< the obb element
    50     OBBTreeNode* nodeLeft;                          //!< ref to the left tree node
    51     OBBTreeNode* nodeRight;                         //!< ref to the right tree node
     49    OBB*                bvElement;                  //!< the obb element
     50    OBBTreeNode*        nodeLeft;                   //!< ref to the left tree node
     51    OBBTreeNode*        nodeRight;                  //!< ref to the right tree node
    5252
    5353
Note: See TracChangeset for help on using the changeset viewer.