MayaFlux 0.2.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 272 of file Polynomial.hpp.

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