smoothStep4 static method

double smoothStep4(
  1. double t
)

Implementation

static double smoothStep4(double t) => mix(smoothStart4, smoothStop4, t, t);