Some reduction of Perl dependencies on ClipperLib,
ported some ClipperLib polyline clipping tests to C++.
This commit is contained in:
parent
7f7d229178
commit
3687bc28d5
9 changed files with 82 additions and 235 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue