1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

Code optimization

This commit is contained in:
Alessandro Ranellucci
2012-02-25 22:15:34 +01:00
parent 170d29a789
commit c98f6734c7
5 changed files with 13 additions and 20 deletions
+1 -2
View File
@@ -121,8 +121,7 @@ sub bounding_box_polygon {
sub clip_line {
my $self = shift;
my ($line) = @_;
$line = Slic3r::Line->new($line) if ref $line eq 'ARRAY';
my ($line) = @_; # line must be a Slic3r::Line object
my @intersections = grep $_, map $_->intersection($line, 1), map $_->lines, @$self;
my @dir = (