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

@ -12,11 +12,6 @@ sub offset {
return Slic3r::Geometry::Clipper::offset(\@$self, @_);
}
sub offset_ex {
my $self = shift;
return Slic3r::Geometry::Clipper::offset_ex(\@$self, @_);
}
sub noncollapsing_offset_ex {
my $self = shift;
my ($distance, @params) = @_;