Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » Basic » Real » LerpReals
| Module: | FoundationLite | 
|---|
Linearly interpolates between two reals.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inReal0 | Real | First input Real value to be interpolated | |
![]()  | 
				inReal1 | Real | Second input Real value to be interpolated | |
![]()  | 
				inLambda | Real | -  - ![]()  | 
				Interpolation between input Real values where 0.0 value is equal to inReal0 and 1.0 to inReal1 | 
![]()  | 
				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.

 Basic
 - 