Esempio n. 1
0
 public float compute(float start, float finish, float ammount)
 {
     return(Interpolate.Lerp(start, finish, ammount));
 }