lerp abstract method

T lerp(
  1. covariant T? other,
  2. double t
)

Linearly interpolate with another Spec object.

Implementation

T lerp(covariant T? other, double t);