|
Krita Source Code Documentation
|
#include <QList>#include <QPointF>#include "kritaflake_export.h"Go to the source code of this file.
Functions | |
| KRITAFLAKE_EXPORT KoPathShape * | bezierFit (const QList< QPointF > &points, float error) |
| KRITAFLAKE_EXPORT KoPathShape * bezierFit | ( | const QList< QPointF > & | points, |
| float | error ) |
Definition at line 543 of file KoCurveFit.cpp.
References ComputeLeftTangent(), ComputeRightTangent(), and FitCubic().