![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Provides a class for smooth value transitions using a ramp filter. More...
#include "../Math/Mathematics.h"
Go to the source code of this file.
Classes | |
class | RampFilter |
Smooths transitions between values using a linear ramp approach. More... | |
Provides a class for smooth value transitions using a ramp filter.
The RampFilter
class ensures smooth transitions between values by incrementally adjusting towards the target value. It is particularly useful in animations and signal processing.
22/12/2024 22/12/2024
Definition in file RampFilter.h.