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

Implemented avoid_crossing_perimeters with VisiLibity

This commit is contained in:
Alessandro Ranellucci
2014-05-13 20:06:01 +02:00
parent a02a7f1a0f
commit 5fe5021fd7
19 changed files with 6216 additions and 13 deletions
+1
View File
@@ -46,6 +46,7 @@ class BoundingBox : public BoundingBoxBase<Point>
{
public:
void polygon(Polygon* polygon) const;
Polygon polygon() const;
BoundingBox() {};
BoundingBox(const Points &points) : BoundingBoxBase<Point>(points) {};