Changeset 9659 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Aug 15, 2006, 9:35:58 PM (18 years ago)
- Location:
- trunk/src/lib/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/smooth.h
r9658 r9659 21 21 22 22 //! A class to handle smoothness of Variables. 23 /** With this smoothing can be achived for many different types of variables. 23 /** 24 * With this smoothing can be achived for many different types of variables. 24 25 */ 25 26 template <typename var_type = float, class iteration_type = LinearIteration<var_type> > class Smooth -
trunk/src/lib/util/timer.h
r9658 r9659 1 2 1 /*! 3 2 * @file timer.h … … 33 32 double _lastTime; 34 33 double _timeStep; 35 36 34 }; 37 35
Note: See TracChangeset
for help on using the changeset viewer.