Inverse of Float Curve

Hi,

Is there a way to get the inverse value with Float Curve variable?

For instance, if my curve(2) = 1, then inverse_curve(1) should return 2.

Cheers.

I’m not sure, but here’s some mathemics: a curve is basically a function tha maps x values to y values. What you wat would be possible if there was a single y value for every x; but since this is rarely the case, inverse might be problematic. However, you can always take the inverse of a function manually and plug in that equation instead of the curve.