MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_coefficients()

void MayaFlux::Nodes::Generator::Polynomial::set_coefficients ( const std::vector< double > &  coefficients)

Sets the polynomial coefficients (for direct mode)

Parameters
coefficientsVector 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.

129{
131}
std::vector< double > m_coefficients
Polynomial coefficients (if using coefficient-based definition)

References m_coefficients.