smoothStop3 static method

double smoothStop3(
  1. double t
)

Implementation

static double smoothStop3(double t) => 1 - smoothStart3(1 - t);