|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| Tendency< D, float > MayaFlux::Kinesis::lerp | ( | const Tendency< D, float > & | a, |
| const Tendency< D, float > & | b, | ||
| const Tendency< D, float > & | weight | ||
| ) |
Interpolate between two tendencies controlled by a weight tendency.
| D | Shared domain type |
| a | First tendency (weight 0.0) |
| b | Second tendency (weight 1.0) |
| weight | D -> float tendency producing interpolation factor |
Definition at line 184 of file Tendency.hpp.
References a, b, MayaFlux::Kinesis::Tendency< D, R >::fn, and weight.