Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 30, 2005, 9:37:52 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: projectile speed issue: fixed some strange behaveour. still got the problem, that the the projectile have variable relative speeds to the player…

File:
1 edited

Legend:

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

    r3675 r3683  
    6464  void setAbsCoor (Vector absCoord);
    6565  void shiftCoor (Vector* shift);
     66  void shiftCoor (Vector shift);
    6667  //void shiftCoor (Vector shift);
    6768
     
    7374  void setAbsDir (Quaternion absDir);
    7475  void shiftDir (Quaternion* shift);
     76  void shiftDir (Quaternion shift);
    7577
    7678  float getSpeed();
Note: See TracChangeset for help on using the changeset viewer.