Binary Search Easing

Is there a way to use a form of easing in BinarySearch?

It could be nice to have such an option built in. Or is there another way of doing such a thing? perhaps even make some bicubic filtering or something similar to get nice curves out of it.

Sune

Use one of the Lerp versions:

1 Like

I am doing this using, I’d like to ease in and out in other ways than linear:
image
image

I guess it would be possible to patch something using position, Lower Value and Upper Value and then some magics in-between. I would however like to have a smoother transition, kind of like a low pass filter on the data and then just the two values currently being morphed are not enough.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.