Classes | |
| class | juce::StaticAnimationLimits< ValueType > |
| Helper class for using linear interpolation between a begin and an end value. More... | |
Namespaces | |
| namespace | juce |
Functions | |
| template<typename ValueType> | |
| StaticAnimationLimits< ValueType > | juce::makeAnimationLimits (const ValueType &end) |
| Creates an instance of StaticAnimationLimits, deducing ValueType from the function argument. | |
| template<typename ValueType> | |
| StaticAnimationLimits< ValueType > | juce::makeAnimationLimits (const ValueType &begin, const ValueType &end) |
| Creates an instance of StaticAnimationLimits, deducing ValueType from the function arguments. | |