LibreOffice Module basegfx (master) 1
|
#include <basegfx/numeric/ftools.hxx>
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
Functions | |
double | basegfx::snapToNearestMultiple (double v, const double fStep) |
Snap v to nearest multiple of fStep, from negative and positive side. More... | |
double | basegfx::snapToZeroRange (double v, double fWidth) |
Snap v to the range [0.0 . More... | |
double | basegfx::snapToRange (double v, double fLow, double fHigh) |
Snap v to the range [fLow . More... | |
double | basegfx::normalizeToRange (double v, const double fRange) |
RotateFlyFrame3: Normalize to range defined by [0.0 ... fRange[, independent if v is positive or negative. More... | |