|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Nodes::Generator::ExponentialRamp | ( | size_t | length, |
| double | start = 0.001, |
||
| double | end = 1.0 |
||
| ) |
Creates an exponential ramp function.
| length | Number of samples in the ramp |
| start | Starting value (default: 0.001) |
| end | Ending value (default: 1.0) |
An exponential ramp changes at a rate proportional to its current value, creating a curve that follows natural growth or decay patterns. Useful for:
Note: The start value defaults to 0.001 instead of 0.0 because a true exponential curve cannot start at zero.
Definition at line 54 of file WindowGenerator.cpp.