export const smootherStep: FnN3 = (edge, edge2, x) =>
    smootherStep01(clamp01((x - edge) / (edge2 - edge)));