Back to Adaptive Vision Library website

You are here: Start » Function Reference » Real » LerpReals

LerpReals


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Linearly interpolates between two reals.

Syntax

void avl::LerpReals
(
	const atl::real inA,
	const atl::real inB,
	const atl::real inLambda,
	atl::real& outReal
)

Parameters

Name Type Range Default Description
inA const real
inB const real
inLambda const real - - 0.5f
outReal real&