Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7563 in orxonox.OLD for branches/bsp_model/src/lib/coord/p_node.h


Ignore:
Timestamp:
May 10, 2006, 12:54:38 PM (18 years ago)
Author:
bottac
Message:

worked on collision detection

File:
1 edited

Legend:

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

    r7221 r7563  
    198198  /** tells the child that the parent's Direction has changed */
    199199  inline void parentDirChanged () { this->bRelDirChanged = true; }
     200 public:
    200201  /** @returns the last calculated coordinate */
    201202  inline Vector getLastAbsCoor() { return this->lastAbsCoordinate; }
    202 
     203 private:
    203204  static PNode* createNullParent();
    204205  void reparent();
Note: See TracChangeset for help on using the changeset viewer.