Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3322 in orxonox.OLD for orxonox/branches/parenting/src/curve.h


Ignore:
Timestamp:
Jan 3, 2005, 12:42:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: just made some functions Virtual. (also to test the integrity of our repository)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/curve.h

    r3321 r3322  
    4040  void addNode (const Vector& newNode);
    4141
     42  virtual Vector calcPos(float t) = 0;
     43  virtual Vector calcDir(float t) = 0;
     44  virtual Quaternion calcQuat(float t) = 0;
     45 
    4246};
    4347
Note: See TracChangeset for help on using the changeset viewer.