![]() |
Qt 6.x
The Qt SDK
|
#include <QtQuickShapes/private/qquickshapesglobal_p.h>
#include <QtGui/qvector2d.h>
#include <QPainterPath>
#include <QLoggingCategory>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE | Q_DECLARE_LOGGING_CATEGORY (lcShapeCurveRenderer) |
Q_QUICKSHAPES_PRIVATE_EXPORT void | qt_toQuadratics (const QBezier &b, QPolygonF *out, qreal errorLimit=0.01) |
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY | ( | lcShapeCurveRenderer | ) |
Q_QUICKSHAPES_PRIVATE_EXPORT void qt_toQuadratics | ( | const QBezier & | b, |
QPolygonF * | out, | ||
qreal | errorLimit = 0.01 |
||
) |
Definition at line 159 of file qt_quadratic_bezier.cpp.
References QBezier::bezierOnInterval(), QRectF::bottomRight(), c2, QPointF::dotProduct(), i, out, qt_addToQuadratics(), qt_getInflectionPoints(), t1, and QRectF::topLeft().
Referenced by QuadPath::fromPainterPath().