Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6073 in orxonox.OLD for trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Dec 12, 2005, 7:42:48 PM (18 years ago)
Author:
bensch
Message:

trunk: sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.h

    r6071 r6073  
    7373 public:
    7474  PNode ();
    75   PNode(const TiXmlElement* root);
    7675  PNode (const Vector& absCoor, PNode* pNode);
    7776  virtual ~PNode ();
     
    170169
    171170 private:
    172   void init(PNode* parent);
     171  void init();
    173172  /** tells the child that the parent's Coordinate has changed */
    174173  inline void parentCoorChanged () { this->bRelCoorChanged = true; }
Note: See TracChangeset for help on using the changeset viewer.