Changeset 3013 in orxonox.OLD for orxonox/branches/bezierTrack/src/track.h
- Timestamp:
- Nov 27, 2004, 12:45:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/bezierTrack/src/track.h
r3010 r3013 35 35 virtual void init(); 36 36 37 void addPoint (Vector &point);38 void addHotPoint (Vector &hotPoint);37 void addPoint (Vector point); 38 void addHotPoint (Vector hotPoint); 39 39 40 40 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.