interpolate method

dynamic interpolate(
  1. int i1,
  2. num t0,
  3. num t,
  4. num t1,
)

Implementation

interpolate(int i1, num t0, num t, num t1) {
  throw ('call to abstract method');
  // implementations shall return this.resultBuffer
}