smoothStep2 static method

double smoothStep2(
  1. double t
)

Implementation

static double smoothStep2(double t) => mix(smoothStart2, smoothStop2, t, t);