Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4274 in orxonox.OLD for orxonox/branches/physics/src/lib/coord


Ignore:
Timestamp:
May 22, 2005, 10:21:00 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/physics: particles emitting from plane and Cube.

File:
1 edited

Legend:

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

    r4178 r4274  
    7373  /** \returns the Velocity of the Node */
    7474  inline const Vector& getVelocity() const {return this->velocity;}
     75  /** \returns the last calculated coordinate */
     76  inline Vector getLastAbsCoor(void) {return this->lastAbsCoordinate;}
    7577
    7678  void addChild (PNode* pNode, int parentingMode = DEFAULT_MODE);
Note: See TracChangeset for help on using the changeset viewer.