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

◆ get_amplitude()

double MayaFlux::Nodes::Generator::Generator::get_amplitude ( ) const
virtual

Gets the current base amplitude.

Returns
Current amplitude

Reimplemented in MayaFlux::Nodes::Generator::Polynomial.

Definition at line 39 of file Generator.cpp.

40{
41 return m_amplitude;
42}
double m_amplitude
Base amplitude of the generator.

References m_amplitude.