Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/src/libslic3r/ExPolygonCollection.hpp')
-rw-r--r--xs/src/libslic3r/ExPolygonCollection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/ExPolygonCollection.hpp b/xs/src/libslic3r/ExPolygonCollection.hpp
index ec3cb9522..4c181cd6a 100644
--- a/xs/src/libslic3r/ExPolygonCollection.hpp
+++ b/xs/src/libslic3r/ExPolygonCollection.hpp
@@ -34,6 +34,8 @@ class ExPolygonCollection
void append(const ExPolygons &expolygons);
};
+extern BoundingBox get_extents(const ExPolygonCollection &expolygon);
+
}
#endif