Some reduction of Perl dependencies on ClipperLib,

ported some ClipperLib polyline clipping tests to C++.
This commit is contained in:
Vojtech Bubnik 2022-04-28 15:59:13 +02:00
parent 7f7d229178
commit 3687bc28d5
9 changed files with 82 additions and 235 deletions

View file

@ -7,7 +7,7 @@ use List::Util qw(min max sum first);
use Slic3r::Flow ':roles';
use Slic3r::Geometry qw(scale epsilon);
use Slic3r::Geometry::Clipper qw(diff diff_ex intersection intersection_ex union union_ex
offset offset_ex offset2_ex JT_MITER);
offset offset2_ex JT_MITER);
use Slic3r::Print::State ':steps';
use Slic3r::Surface ':types';