Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8087 in orxonox.OLD for branches/bsp_model/src/lib/coord


Ignore:
Timestamp:
Jun 1, 2006, 5:10:54 PM (18 years ago)
Author:
bensch
Message:

merges some merges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/coord/p_node.h

    r7954 r8087  
    191191  /** tells the child that the parent's Direction has changed */
    192192  inline void parentDirChanged () { this->bRelDirChanged = true; }
     193 public:
    193194  /** @returns the last calculated coordinate */
    194195  inline Vector getLastAbsCoor() { return this->lastAbsCoordinate; }
    195 
     196 private:
    196197  static PNode* createNullParent();
    197198  void reparent();
Note: See TracChangeset for help on using the changeset viewer.