Some improvements to pruning and some additions here and there

This commit is contained in:
Alessandro Ranellucci
2014-03-05 18:43:01 +01:00
parent c2ed6090d3
commit 04d80ca392
6 changed files with 33 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ namespace Slic3r {
class Line;
class Point;
class Pointf;
typedef Point Vector;
typedef std::vector<Point> Points;
typedef std::vector<Point*> PointPtrs;
typedef std::vector<Pointf> Pointfs;