Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4966 in orxonox.OLD for orxonox/trunk/src/lib/coord


Ignore:
Timestamp:
Jul 28, 2005, 5:53:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Turret is fixed onto the ship as it should.
TestGun fires staight again
PNode now know getParent(), as this is a quite usefull function
Vector still has an error in the getNormalized function, and i am not able to determine the cause of this

File:
1 edited

Legend:

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

    r4836 r4966  
    9797  void setParent (PNode* parent);
    9898  void setParent (const char* name);
     99  /** @returns the parent of this PNode */
     100  PNode* getParent () const { return this->parent; };
    99101
    100102  void setParentMode (PARENT_MODE parentMode);
Note: See TracChangeset for help on using the changeset viewer.