|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| Tendency< D, R > MayaFlux::Kinesis::combine | ( | const Tendency< D, R > & | a, |
| const Tendency< D, R > & | b, | ||
| BinaryOp | op | ||
| ) |
Combine two tendencies with a binary operation on their outputs.
| D | Shared domain type |
| R | Shared range type |
| BinaryOp | Callable: (R, R) -> R |
| a | First tendency |
| b | Second tendency |
| op | Binary combiner |
Definition at line 65 of file Tendency.hpp.
References a, b, and MayaFlux::Kinesis::Tendency< D, R >::fn.