lerp abstract method

T lerp(
  1. T a,
  2. T b,
  3. double t
)

Implementation

T lerp(T a, T b, double t);