Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 8, 2006, 11:11:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the osX-branche back here
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/osx . -r7763:HEAD

conflicts resolved, and everything is working as expected (or at least i hope so :) )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/math/vector.h

    r8145 r8293  
    9393  Vector getNormalized() const;
    9494  Vector abs();
     95
    9596  /** @param toVec nears this Vector to... @param t how much to advance (0.0: not at all; 1.0: fully) */
    9697  inline void slerpTo(const Vector& toVec, float t) { *this + (toVec - *this) * t; };
Note: See TracChangeset for help on using the changeset viewer.