MayaFlux 0.1.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 71 of file Polynomial.hpp.

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