|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Polynomial::set_direct_function | ( | DirectFunction | function | ) |
Sets a custom direct function.
| function | Custom function that maps input to output value |
Updates the generator to use the specified custom function.
Definition at line 133 of file Polynomial.cpp.
References MayaFlux::Nodes::Generator::DIRECT, m_direct_function, and m_mode.