Little more reduce of Perl bindings

This commit is contained in:
Vojtech Bubnik 2022-04-28 17:02:33 +02:00
parent 3687bc28d5
commit d88e9634f5
8 changed files with 3 additions and 67 deletions

View file

@ -4,14 +4,6 @@ use warnings;
# an ExPolygon is a polygon with holes
use List::Util qw(first);
use Slic3r::Geometry::Clipper qw(union_ex diff_pl);
sub offset {
my $self = shift;
return Slic3r::Geometry::Clipper::offset(\@$self, @_);
}
sub noncollapsing_offset_ex {
my $self = shift;
my ($distance, @params) = @_;