|
Krita Source Code Documentation
|
#include <optional>#include "kis_assert.h"#include "kis_algebra_2d.h"#include <QDebug>#include <kis_debug.h>Go to the source code of this file.
Classes | |
| struct | KisBezierUtils::Range |
Namespaces | |
| namespace | KisBezierUtils |
Functions | |
| template<typename Func > | |
| std::pair< Range, Range > | KisBezierUtils::calcTightSrcRectRangeInParamSpace1D (const Range &searchParamRange, const Range &searchSrcRange, const Range &rect, Func func, qreal srcPrecision, std::optional< Range > squeezeRange=std::nullopt) |
| QDebug | KisBezierUtils::operator<< (QDebug dbg, const Range &r) |