JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_StaticAnimationLimits.h File Reference
This graph shows which files directly or indirectly include this file:

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 &begin, const ValueType &end)
 Creates an instance of StaticAnimationLimits, deducing ValueType from the function arguments.
 
template<typename ValueType >
StaticAnimationLimits< ValueType > juce::makeAnimationLimits (const ValueType &end)
 Creates an instance of StaticAnimationLimits, deducing ValueType from the function argument.