lerp abstract method
Linearly interpolate with another object.
Implementation
SurfaceGroupInterface<T> lerp(covariant SurfaceGroupInterface<T>? other, double t);
Linearly interpolate with another object.
SurfaceGroupInterface<T> lerp(covariant SurfaceGroupInterface<T>? other, double t);