LibreOffice Module basegfx (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
namespace | basegfx::utils |
Functions | |
template<typename ValueType > | |
ValueType | basegfx::utils::lerp (const ValueType &rFrom, const ValueType &rTo, double t) |
Generic linear interpolator. More... | |