Function

Adw.lerp

Declaration [src]

double
adw_lerp (
  double a,
  double b,
  double t
)

Description [src]

Computes the linear interpolation between a and b for t.

Available since:1.0

Parameters

a double
 

the start

b double
 

the end

t double
 

the interpolation rate

Return value

Returns: double

the computed value