smoothStep3 static method

double smoothStep3(
  1. double t
)

Implementation

static double smoothStep3(double t) => mix(smoothStart3, smoothStop3, t, t);