Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3970 in orxonox.OLD for orxonox/trunk/src/lib/math


Ignore:
Timestamp:
Apr 26, 2005, 1:03:11 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: testet quatSLERP, this function does not seem to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/math/vector.cc

    r3966 r3970  
    435435/**
    436436   \brief performs a smooth move.
    437    \param from from where
    438    \param to to where
    439    \param t the time this transformation should take
     437   \param from where
     438   \param to where
     439   \param t the time this transformation should take value [0..1]
    440440
    441441   \returns the Result of the smooth move
Note: See TracChangeset for help on using the changeset viewer.