44 QClipperUtils(
const QClipperUtils &other);
63 static double clipperScaleFactor();
65 static int pointInPolygon(
const QDoubleVector2D &point,
const QList<QDoubleVector2D> &polygon);
69 void addSubjectPath(
const QList<QDoubleVector2D> &path,
bool closed);
70 void addClipPolygon(
const QList<QDoubleVector2D> &path);
71 QList<QList<QDoubleVector2D>> execute(Operation op, PolyFillType subjFillType = pftNonZero,
72 PolyFillType clipFillType = pftNonZero);
77 void setPolygon(
const QList<QDoubleVector2D> &polygon);
78 int pointInPolygon(
const QDoubleVector2D &point)
const;
81 QClipperUtilsPrivate *d_ptr;