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

◆ get_amplitude()

double MayaFlux::Nodes::Generator::Polynomial::get_amplitude ( ) const
inlineoverridevirtual

Gets the current amplitude scaling factor.

Returns
Current amplitude scaling factor

This method retrieves the scaling factor applied to the output values, which controls the overall amplitude of the generated signal.

Reimplemented from MayaFlux::Nodes::Generator::Generator.

Definition at line 312 of file Polynomial.hpp.

312{ return m_scale_factor; }
double m_scale_factor
Scaling factor for output.