Which kind of curve is this

40 Views Asked by At

Basically I'm currently using a software that edit curve and I was wondering which kind of interpolation it was using.

You have on point at (0,0) and another at (1,1).

The middle point never changes x position but y changes when grabbing the point.

enter image description here

If you grab the middle point all the way up you get something like this.

enter image description here

It looks like an exponential function but I'm not sure about that because when you put the middle point at (0.5,0.5). You get a perfect linear line from (0,0) to (1,1)

1

There are 1 best solutions below

0
On

One possibility is $f(t)=t^\alpha$, with $\alpha=\frac{\log y}{\log x}$.