Lerp<T> typedef

Lerp<T> = T Function(T a, T b, double t)

Implementation

typedef T Lerp<T>(T a, T b, double t);