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

◆ get_coefficients()

const std::vector< double > & MayaFlux::Nodes::Generator::Polynomial::get_coefficients ( ) const
inline

Gets the polynomial coefficients.

Returns
Reference to the coefficient vector

Definition at line 278 of file Polynomial.hpp.

278{ return m_coefficients; }
std::vector< double > m_coefficients
Polynomial coefficients (if using coefficient-based definition)