lerp abstract method

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

Linearly interpolate with another object.

Implementation

SurfaceGroupInterface<T> lerp(covariant SurfaceGroupInterface<T>? other, double t);