JUCE
Classes | Functions
juce_StaticAnimationLimits.h File Reference

Classes

class  StaticAnimationLimits< ValueType >
 Helper class for using linear interpolation between a begin and an end value. More...
 

Functions

template<typename ValueType >
StaticAnimationLimits< ValueType > makeAnimationLimits (const ValueType &end)
 Creates an instance of StaticAnimationLimits, deducing ValueType from the function argument. More...
 
template<typename ValueType >
StaticAnimationLimits< ValueType > makeAnimationLimits (const ValueType &begin, const ValueType &end)
 Creates an instance of StaticAnimationLimits, deducing ValueType from the function arguments. More...