ProtoFlux:Inverse Lerp

From Resonite Wiki
Revision as of 15:51, 2 July 2024 by AmasterAmaster (talk | contribs) (Created a page for the Inverse Lerp node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Inverse Lerp
From
*
To
Value
Interpolation

The Inverse Lerp node takes in a non-normalized arbitrary set of values that has a start and end point, along with a value that is the number that is in between those 2 provided values, then returns the value over time.

This is unclamped, meaning that you are not stuck with being in between your provided values.

Inputs

From (Pseudo-Generic)

The starting point of this lerp.

To (Pseudo-Generic)

The end point of this lerp.

Value (float)

The lerp value that represents the point between the 2 provided values.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.