1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Ported ExPolygon->area()

This commit is contained in:
Alessandro Ranellucci
2013-08-26 22:50:26 +02:00
parent 792fcba7be
commit 706851f836
7 changed files with 19 additions and 12 deletions
+1
View File
@@ -19,6 +19,7 @@ class ExPolygon
void scale(double factor);
void translate(double x, double y);
void rotate(double angle, Point* center);
double area() const;
};
typedef std::vector<ExPolygon> ExPolygons;