56 explicit KeyStopLerp( std::vector<double>&& rKeyStops );
67 explicit KeyStopLerp(
const css::uno::Sequence<double>& rKeyStops );
#define BASEGFX_DLLPUBLIC
Lerp in a vector of key stops.
std::vector< double > maKeyStops
KeyStopLerp(const css::uno::Sequence< double > &rKeyStops)
Create lerper with given sequence of stops.
std::ptrdiff_t mnLastIndex
std::pair< std::ptrdiff_t, double > ResultType
ValueType lerp(const ValueType &rFrom, const ValueType &rTo, double t)
Generic linear interpolator.