Little more reduce of Perl bindings
This commit is contained in:
parent
3687bc28d5
commit
d88e9634f5
8 changed files with 3 additions and 67 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue