implemented AABBTree version for lines
This commit is contained in:
parent
e39d14bf98
commit
ad4502d96e
5 changed files with 23 additions and 94 deletions
|
@ -8,10 +8,10 @@
|
|||
#include <unordered_set>
|
||||
#include <stack>
|
||||
|
||||
#include "AABBTreeLines.hpp"
|
||||
#include "libslic3r/Layer.hpp"
|
||||
#include "libslic3r/ClipperUtils.hpp"
|
||||
#include "Geometry/ConvexHull.hpp"
|
||||
#include "PolygonPointTest.hpp"
|
||||
|
||||
#define DEBUG_FILES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue