smoothStop4 static method

double smoothStop4(
  1. double t
)

Implementation

static double smoothStop4(double t) => 1 - smoothStart4(1 - t);