Interpolated width.
static double morphWidth( double progress, double startWidth, double endWidth, ) { return lerpDouble(startWidth, endWidth, progress.clamp(0.0, 1.0))!; }