Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: code-design

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.