summaryrefslogtreecommitdiff
path: root/polygonOptimizer.h
blob: 9fc879820745cc93ea91743826f73bf426fb356b (plain)
1
2
3
4
5
6
7
8
9
10
11
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef POLYGON_OPTIMIZER_H
#define POLYGON_OPTIMIZER_H

#include "utils/polygon.h"

void optimizePolygon(PolygonRef poly);

void optimizePolygons(Polygons& polys);

#endif//POLYGON_OPTIMIZER_H