Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8162 in orxonox.OLD for branches/osx/src/lib/math


Ignore:
Timestamp:
Jun 5, 2006, 5:27:38 PM (19 years ago)
Author:
ponder
Message:

The md2Model loader now works as expected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/osx/src/lib/math/vector.h

    r7711 r8162  
    9898  Vector getNormalized() const;
    9999  Vector abs();
     100
    100101  /** @param toVec nears this Vector to... @param t how much to advance (0.0: not at all; 1.0: fully) */
    101102  inline void slerpTo(const Vector& toVec, float t) { *this + (toVec - *this) * t; };
Note: See TracChangeset for help on using the changeset viewer.