|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::BinaryOpContext::BinaryOpContext | ( | double | value, |
| double | lhs_value, | ||
| double | rhs_value | ||
| ) |
Constructs a BinaryOpContext with the current operation state.
| value | The combined output value |
| lhs_value | The value from the left-hand side node |
| rhs_value | The value from the right-hand side node |
Creates a context object that provides a complete snapshot of the binary operation's current state, including both input values and the resulting output value after combination.
Definition at line 162 of file NodeStructure.cpp.