Ignore:
Timestamp:
Jan 25, 2013, 5:14:56 PM (10 years ago)
Author:
touky
Message:

Small fix in template lerp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/numeric.h

    r2183 r2279  
    5353}
    5454
    55 //Lerp for float
     55//Damp for float
    5656template <typename T1, typename T2, typename Tf> static inline T1 damp(const T1 &a, const T2 &b, const Tf &x, const Tf &dt)
    5757{
Note: See TracChangeset for help on using the changeset viewer.