Move Polygon class to Polygon.hpp

This commit is contained in:
Alessandro Ranellucci 2013-07-14 15:53:53 +02:00
parent 13e3a9129c
commit 28a4f1a61e
4 changed files with 91 additions and 58 deletions

View file

@ -12,8 +12,6 @@ extern "C" {
namespace Slic3r {
typedef std::vector<ExPolygon> ExPolygons;
class ExPolygonCollection
{
public: