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 )


- 