Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Real » LerpReals

LerpReals


Module: FoundationLite

Linearly interpolates between two reals.

Name Type Range Description
Input value inReal0 Real First input Real value to be interpolated
Input value inReal1 Real Second input Real value to be interpolated
Input value inLambda Real - - Interpolation between input Real values where 0.0 value is equal to inReal0 and 1.0 to inReal1
Output value outReal Real Output Real value of interpolation result

Remarks

Please note that:
  • interpolation begins at inReal0,
  • for positive inLambda values interpolation is performed in the direction of inReal1 while for negative -inReal1.

Complexity Level

This filter is available on Basic Complexity Level.