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

◆ get_coefficients()

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

Gets the polynomial coefficients.

Returns
Reference to the coefficient vector

Definition at line 73 of file Polynomial.hpp.

73{ return m_coefficients; }
const std::vector< double > & m_coefficients
Copy of polynomial coefficients.