1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Merge branch 'acp-voronoi'

Conflicts:
	xs/xsp/my.map
This commit is contained in:
Alessandro Ranellucci
2014-07-26 22:38:35 +02:00
18 changed files with 509 additions and 18 deletions
+1
View File
@@ -48,6 +48,7 @@ class BoundingBox : public BoundingBoxBase<Point>
{
public:
void polygon(Polygon* polygon) const;
Polygon polygon() const;
BoundingBox() {};
BoundingBox(const Points &points) : BoundingBoxBase<Point>(points) {};