Changeset 3596 in orxonox.OLD for orxonox/trunk/src/track_manager.cc
- Timestamp:
- Mar 17, 2005, 6:03:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_manager.cc
r3595 r3596 42 42 this->endTime = 1; 43 43 this->jumpTime = 0; 44 this->width = TMAN_DEFAULT_WIDTH; 44 45 this->nodeCount = 0; 45 46 this->childCount = 0; … … 760 761 761 762 /** 763 \returns the current Width of the track 764 */ 765 float TrackManager::getWidth(void) const 766 { 767 return this->currentTrackElem->width; 768 } 769 770 /** 762 771 \brief Advances the local-time of the Track around dt 763 772 \param dt The time about which to advance.
Note: See TracChangeset
for help on using the changeset viewer.