Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_convex_hull.h
Go to the documentation of this file.
1#ifndef __KIS_CONVEX_HULL_H
2#define __KIS_CONVEX_HULL_H
3
4#include <QtGlobal>
5#include <QPolygon>
6#include "kis_types.h"
7
8namespace KisConvexHull
9{
10 KRITAIMAGE_EXPORT QPolygon findConvexHull(const QVector<QPoint> &points);
11 KRITAIMAGE_EXPORT QPolygon findConvexHull(KisPaintDeviceSP device);
12 KRITAIMAGE_EXPORT QPolygon findConvexHullSelectionLike(KisPaintDeviceSP device);
13}
14
15#endif /* __KIS_CONVEX_HULL_H */
QPolygon findConvexHullSelectionLike(KisPaintDeviceSP device)
QPolygon findConvexHull(const QVector< QPoint > &points)