Uses of Class
toxi.math.waves.AbstractWave
Packages that use AbstractWave
-
Uses of AbstractWave in toxi.math.waves
Subclasses of AbstractWave in toxi.math.wavesModifier and TypeClassDescriptionclassAmplitude and frequency modulated sine wave.classImplements a constant value as waveform.classFrequency modulated bandwidth-limited square wave using a fourier series of harmonics.classFrequency modulated bandwidth unlimited pure sawtooth wave.classFrequency modulated sine wave.classFrequency modulated bandwidth unlimited pure digital square wave.classImplements a frequency modulated triangular wave with its peak at PI: "/\"classStandard Sine wave at fixed frequency and values normalized to the given amplitude.Fields in toxi.math.waves declared as AbstractWaveModifier and TypeFieldDescriptionAMFMSineWave.amodAMFMSineWave.fmodFMHarmonicSquareWave.fmodFMSawtoothWave.fmodFMSineWave.fmodFMSquareWave.fmodFMTriangleWave.fmodWave2D.xmodWave2D.ymodConstructors in toxi.math.waves with parameters of type AbstractWaveModifierConstructorDescriptionAMFMSineWave(float phase, float freq, float offset, AbstractWave fmod, AbstractWave amod) AMFMSineWave(float phase, float freq, AbstractWave fmod, AbstractWave amod) Creates a new instance fromFMHarmonicSquareWave(float phase, float freq, float amp, float offset, AbstractWave fmod) FMHarmonicSquareWave(float phase, float freq, AbstractWave fmod) FMSawtoothWave(float phase, float freq, float amp, float offset, AbstractWave fmod) FMSawtoothWave(float phase, float freq, AbstractWave fmod) FMSineWave(float phase, float freq, float amp, float offset, AbstractWave fmod) FMSineWave(float phase, float freq, AbstractWave fmod) FMSquareWave(float phase, float freq, float amp, float offset, AbstractWave fmod) FMSquareWave(float phase, float freq, AbstractWave fmod) FMTriangleWave(float phase, float freq, float amp, float offset, AbstractWave fmod) Wave2D(AbstractWave x, AbstractWave y)