|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Polynomial::set_coefficients | ( | const std::vector< double > & | coefficients | ) |
Sets the polynomial coefficients (for direct mode)
| coefficients | Vector of polynomial coefficients (highest power first) |
Updates the polynomial function to use the specified coefficients. This allows dynamically changing the polynomial during operation.
Definition at line 128 of file Polynomial.cpp.
References m_coefficients.