Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3013 in orxonox.OLD for orxonox/branches/bezierTrack/src/track.h


Ignore:
Timestamp:
Nov 27, 2004, 12:45:12 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: Location→r ,→w to →pos →dir. (otherwise noone gets the sense of them again.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bezierTrack/src/track.h

    r3010 r3013  
    3535  virtual void init();
    3636
    37   void addPoint (Vector& point);
    38   void addHotPoint (Vector& hotPoint);
     37  void addPoint (Vector point);
     38  void addHotPoint (Vector hotPoint);
    3939 
    4040  virtual void post_enter (WorldEntity* entity);        // handle coordinate transition in here !!! (when dist < 0 or dist > lasttracklenght)
Note: See TracChangeset for help on using the changeset viewer.