MayaFlux 0.3.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 41 of file Generator.cpp.

42{
43 return m_amplitude;
44}
double m_amplitude
Base amplitude of the generator.

References m_amplitude.